From d3efcf86828ca509c4d19f7b87bf83e7b5cdd8e6 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 23 Dec 2010 01:08:08 +0100 Subject: [PATCH] Document the types of some state elements --- src/mod_muc/mod_muc_room.hrl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(),