diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-04-13 19:22:46 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-04-13 19:22:46 +0000 |
commit | ae6669c9af44c7b9db331b779f708ee77620631e (patch) | |
tree | e7f934f366eed4de891060989db370f9cc563e79 /src/jlib.hrl | |
parent | * src/jlib.hrl: Added jaber:iq:auth:error namespace and (diff) |
* src/mod_muc/mod_muc_room.erl: Support for members-only
conferences, invitations. Bugfix in affiliation change processing
* src/jlib.hrl: Added jabber:x:conference namespace definition
SVN Revision: 98
Diffstat (limited to 'src/jlib.hrl')
-rw-r--r-- | src/jlib.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jlib.hrl b/src/jlib.hrl index b9a9ff70..040994ac 100644 --- a/src/jlib.hrl +++ b/src/jlib.hrl @@ -20,6 +20,7 @@ -define(NS_IQDATA, "jabber:iq:data"). -define(NS_DELAY, "jabber:x:delay"). -define(NS_EVENT, "jabber:x:event"). +-define(NS_XCONFERENCE, "jabber:x:conference"). -define(NS_STATS, "http://jabber.org/protocol/stats"). -define(NS_MUC, "http://jabber.org/protocol/muc"). -define(NS_MUC_USER, "http://jabber.org/protocol/muc#user"). |