mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +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,
|
Feature = {xmlelement,
|
||||||
"ver",
|
"ver",
|
||||||
[{"xmlns", ?NS_ROSTER_VER}],
|
[{"xmlns", ?NS_ROSTER_VER}],
|
||||||
[{xmlelement, "optional", [], []}]},
|
[]},
|
||||||
[Feature | Acc];
|
[Feature | Acc];
|
||||||
false -> []
|
false -> []
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user