diff --git a/ChangeLog b/ChangeLog index 8780308f9..78226a964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-31 Alexey Shchepin + + * src/jlib.hrl: Updated SASL namespace + 2003-05-29 Alexey Shchepin * src/ejabberd_service.erl: Proper handling of bad XML diff --git a/TODO b/TODO index 90a7c40db..8dd6c2734 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/jlib.hrl b/src/jlib.hrl index 040994acc..db35bba46 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),