Current section

Files

Jump to
ejabberd include mod_caps.hrl
Raw

include/mod_caps.hrl

-record(caps_features,
{node_pair = {<<"">>, <<"">>} :: {binary(), binary()},
features = [] :: [binary()] | pos_integer()
}).