24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

No need to inform that XEP-0237 is optional; clarified in XEP version 1.2

This commit is contained in:
Badlop 2011-04-29 20:12:58 +02:00
parent b807b21a59
commit 714dce84db

View File

@ -161,7 +161,7 @@ get_versioning_feature(Acc, Host) ->
Feature = {xmlelement, Feature = {xmlelement,
"ver", "ver",
[{"xmlns", ?NS_ROSTER_VER}], [{"xmlns", ?NS_ROSTER_VER}],
[{xmlelement, "optional", [], []}]}, []},
[Feature | Acc]; [Feature | Acc];
false -> [] false -> []
end. end.