mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
4 lines
210 B
Erlang
4 lines
210 B
Erlang
-record(private_storage,
|
|
{usns = {<<"">>, <<"">>, <<"">>} :: {binary(), binary(), binary() |
|
|
'$1' | '_'},
|
|
xml = #xmlel{} :: xmlel() | '_' | '$1'}).
|