aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc_room.hrl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-08-21 15:22:18 +0200
committerBadlop <badlop@process-one.net>2011-08-23 21:52:20 +0200
commit24c5063b9959db7970843f2f08fec022f97558af (patch)
tree049d713133acb27d2b777c202fb1e3a60798a994 /src/mod_muc/mod_muc_room.hrl
parentNew option resource_conflict defines server action (thanks to Lee Boynton)(EJ... (diff)
Allow multiple entry with same nick to MUC rooms (thanks to Magnus Henoch)(EJAB-305)
Diffstat (limited to '')
-rw-r--r--src/mod_muc/mod_muc_room.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_muc/mod_muc_room.hrl b/src/mod_muc/mod_muc_room.hrl
index 6d0fe11c2..6a4921865 100644
--- a/src/mod_muc/mod_muc_room.hrl
+++ b/src/mod_muc/mod_muc_room.hrl
@@ -70,6 +70,7 @@
config = #config{},
users = ?DICT:new(),
robots = ?DICT:new(),
+ nicks = ?DICT:new(),
affiliations = ?DICT:new(),
history,
subject = "",