aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-05-31 19:51:11 +0000
committerAlexey Shchepin <alexey@process-one.net>2003-05-31 19:51:11 +0000
commit5bd95c260c103d0e5f1f51a7e121b768e2d979ae (patch)
tree294e31693a74d421da93ed6f53d2c3a581ebea68
parent* src/ejabberd_service.erl: Proper handling of bad XML (diff)
* src/jlib.hrl: Updated SASL namespace
SVN Revision: 112
-rw-r--r--ChangeLog4
-rw-r--r--TODO1
-rw-r--r--src/jlib.hrl2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8780308f9..78226a964 100644
--- 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 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),