diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-09-12 14:41:33 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-09-12 14:41:33 +0300 |
commit | 1aca541639fd83c30a833fedffbed8bbfa67fcfa (patch) | |
tree | f0aef5233c20a73e6fa48a94aeec4741045dd137 /include | |
parent | Support multiple room invitations (#1285) (diff) |
Fix nick-to-jid mapping for MUC subscribers
Diffstat (limited to 'include')
-rw-r--r-- | include/mod_muc_room.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl index 47489f3d0..551da7285 100644 --- a/include/mod_muc_room.hrl +++ b/include/mod_muc_room.hrl @@ -106,6 +106,7 @@ config = #config{} :: config(), users = (?DICT):new() :: ?TDICT, subscribers = (?DICT):new() :: ?TDICT, + subscriber_nicks = (?DICT):new() :: ?TDICT, last_voice_request_time = treap:empty() :: treap:treap(), robots = (?DICT):new() :: ?TDICT, nicks = (?DICT):new() :: ?TDICT, |