diff options
author | Badlop <badlop@process-one.net> | 2011-04-29 20:12:58 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-04-29 20:34:06 +0200 |
commit | 714dce84dbdae8b94d4abfc54b3973620b0e6f4c (patch) | |
tree | 2bd66ac3d1b19a0acb46a4e033426e85be671b65 /src | |
parent | Show configuration for HTTPS http_bind (diff) |
No need to inform that XEP-0237 is optional; clarified in XEP version 1.2
Diffstat (limited to 'src')
-rw-r--r-- | src/mod_roster.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_roster.erl b/src/mod_roster.erl index 6ffbca2f..f611136d 100644 --- a/src/mod_roster.erl +++ b/src/mod_roster.erl @@ -161,7 +161,7 @@ get_versioning_feature(Acc, Host) -> Feature = {xmlelement, "ver", [{"xmlns", ?NS_ROSTER_VER}], - [{xmlelement, "optional", [], []}]}, + []}, [Feature | Acc]; false -> [] end. |