diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-05-31 19:51:11 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-05-31 19:51:11 +0000 |
commit | 5bd95c260c103d0e5f1f51a7e121b768e2d979ae (patch) | |
tree | 294e31693a74d421da93ed6f53d2c3a581ebea68 /src/jlib.hrl | |
parent | * src/ejabberd_service.erl: Proper handling of bad XML (diff) |
* src/jlib.hrl: Updated SASL namespace
SVN Revision: 112
Diffstat (limited to 'src/jlib.hrl')
-rw-r--r-- | src/jlib.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jlib.hrl b/src/jlib.hrl index 040994ac..db35bba4 100644 --- a/src/jlib.hrl +++ b/src/jlib.hrl @@ -32,7 +32,7 @@ -define(NS_STANZAS, "urn:ietf:params:xml:ns:xmpp-stanzas"). -define(NS_STREAMS, "urn:ietf:params:xml:ns:xmpp-streams"). --define(NS_SASL_MECHANISMS, "http://www.iana.org/assignments/sasl-mechanisms"). +-define(NS_SASL_MECHANISMS, "urn:ietf:params:xml:ns:xmpp-sasl"). % TODO: remove "code" attribute (currently it used for backward-compatibility) -define(STANZA_ERROR(Code, Class, Condition), |