mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
5 lines
145 B
Erlang
5 lines
145 B
Erlang
|
-record(caps_features,
|
||
|
{node_pair = {<<"">>, <<"">>} :: {binary(), binary()},
|
||
|
features = [] :: [binary()] | pos_integer()
|
||
|
}).
|