mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix records in mod_muc.hrl
This commit is contained in:
parent
33b67f54ba
commit
c8bc6cecdc
@ -24,9 +24,9 @@
|
|||||||
opts = [] :: list() | '_'}).
|
opts = [] :: list() | '_'}).
|
||||||
|
|
||||||
-record(muc_online_room,
|
-record(muc_online_room,
|
||||||
{name_host = {<<"">>, <<"">>} :: {binary(), binary()} | {'_', '$1'} | '$1' | '_',
|
{name_host = {<<"">>, <<"">>} :: {binary(), binary()} | '$1' |
|
||||||
timestamp = p1_time_compat:timestamp() :: erlang:timestamp() | '_',
|
{'_', binary()} | '_',
|
||||||
pid = self() :: pid() | '$1' | '$2' | '_'}).
|
pid = self() :: pid() | '$2' | '_' | '$1'}).
|
||||||
|
|
||||||
-record(muc_registered,
|
-record(muc_registered,
|
||||||
{us_host = {{<<"">>, <<"">>}, <<"">>} :: {{binary(), binary()}, binary()} | '$1',
|
{us_host = {{<<"">>, <<"">>}, <<"">>} :: {{binary(), binary()}, binary()} | '$1',
|
||||||
|
Loading…
Reference in New Issue
Block a user