mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Add forgotten header file
This commit is contained in:
parent
86e03f3828
commit
36b7da3ad8
7
include/ejabberd_sm.hrl
Normal file
7
include/ejabberd_sm.hrl
Normal file
@ -0,0 +1,7 @@
|
||||
-record(session, {sid, usr, us, priority, info}).
|
||||
-record(session_counter, {vhost, count}).
|
||||
-type sid() :: {erlang:timestamp(), pid()}.
|
||||
-type ip() :: {inet:ip_address(), inet:port_number()} | undefined.
|
||||
-type info() :: [{conn, atom()} | {ip, ip()} | {node, atom()}
|
||||
| {oor, boolean()} | {auth_module, atom()}].
|
||||
-type prio() :: undefined | integer().
|
Loading…
Reference in New Issue
Block a user