Files
ejabberd/include/mod_carboncopy.hrl
T
2016-04-15 15:48:56 +03:00

5 lines
225 B
Erlang

-type matchspec_atom() :: '_' | '$1' | '$2' | '$3'.
-record(carboncopy, {us :: {binary(), binary()} | matchspec_atom(),
resource :: binary() | matchspec_atom(),
version :: binary() | matchspec_atom()}).