mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
5 lines
210 B
Erlang
5 lines
210 B
Erlang
-record(private_storage,
|
|
{usns = {<<"">>, <<"">>, <<"">>} :: {binary(), binary(), binary() |
|
|
'$1' | '_'},
|
|
xml = #xmlel{} :: xmlel() | '_' | '$1'}).
|