mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
* src/jlib.hrl: Updated SASL namespace
SVN Revision: 112
This commit is contained in:
parent
f05efc0814
commit
5bd95c260c
@ -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
1
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
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user