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:
parent
268e80ece7
commit
d3efcf8682
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user