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,
|
||||
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(),
|
||||
|
Loading…
Reference in New Issue
Block a user