25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

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

View File

@ -60,11 +60,11 @@
message, message,
presence}). presence}).
-record(state, {room, -record(state, {room, % string()
host, host, % binary()
server_host, server_host, % string()
access, access,
jid, jid, % jid()
config = #config{}, config = #config{},
users = ?DICT:new(), users = ?DICT:new(),
robots = ?DICT:new(), robots = ?DICT:new(),