Document the types of some state elements

This commit is contained in:
Badlop 2010-12-23 01:08:08 +01:00
parent 268e80ece7
commit d3efcf8682
1 changed files with 4 additions and 4 deletions

View File

@ -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(),