* src/jlib.hrl: Updated SASL namespace

SVN Revision: 112
This commit is contained in:
Alexey Shchepin 2003-05-31 19:51:11 +00:00
parent f05efc0814
commit 5bd95c260c
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-05-31 Alexey Shchepin <alexey@sevcom.net>
* src/jlib.hrl: Updated SASL namespace
2003-05-29 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_service.erl: Proper handling of bad XML

1
TODO
View File

@ -21,4 +21,3 @@ SNMP
PubSub
MUC: remove empty non-persistent conferences after timeout
MUC: remove a lot of debugging output
IRC: disconnect on receiving of error message or presence

View File

@ -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),