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
1 changed files with 1 additions and 1 deletions

View File

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