diff --git a/src/mod_muc/mod_muc_room.hrl b/src/mod_muc/mod_muc_room.hrl index 024589533..599d05e17 100644 --- a/src/mod_muc/mod_muc_room.hrl +++ b/src/mod_muc/mod_muc_room.hrl @@ -60,11 +60,11 @@ message, presence}). --record(state, {room, - host, - server_host, +-record(state, {room, % string() + host, % binary() + server_host, % string() access, - jid, + jid, % jid() config = #config{}, users = ?DICT:new(), robots = ?DICT:new(),