]> granicus.if.org Git - ejabberd/commitdiff
* src/jlib.hrl: Updated SASL namespace
authorAlexey Shchepin <alexey@process-one.net>
Sat, 31 May 2003 19:51:11 +0000 (19:51 +0000)
committerAlexey Shchepin <alexey@process-one.net>
Sat, 31 May 2003 19:51:11 +0000 (19:51 +0000)
SVN Revision: 112

ChangeLog
TODO
src/jlib.hrl

index 8780308f9d1898ed0d97ebf33f611d5b2fd09e87..78226a96406adcf8f8442bb903a3a3324ffe0be1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/TODO b/TODO
index 90a7c40dbad6a8545e54be5e0059468f0c2463f7..8dd6c2734ab5192ac47b9d218623809acd0bcc56 100644 (file)
--- 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
index 040994acc42bf1d1cfefdd9f0caa02a5b25d7724..db35bba4697a077231fd6f0718523c8efed28ae8 100644 (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),