mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
5 lines
225 B
Erlang
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()}).
|