mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
No need to inform that XEP-0237 is optional; clarified in XEP version 1.2
This commit is contained in:
parent
b807b21a59
commit
714dce84db
@ -161,7 +161,7 @@ get_versioning_feature(Acc, Host) ->
|
||||
Feature = {xmlelement,
|
||||
"ver",
|
||||
[{"xmlns", ?NS_ROSTER_VER}],
|
||||
[{xmlelement, "optional", [], []}]},
|
||||
[]},
|
||||
[Feature | Acc];
|
||||
false -> []
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user