mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
16 lines
235 B
Erlang
16 lines
235 B
Erlang
|
-record(adhoc_request, {lang,
|
||
|
node,
|
||
|
sessionid,
|
||
|
action,
|
||
|
xdata,
|
||
|
others}).
|
||
|
|
||
|
-record(adhoc_response, {lang,
|
||
|
node,
|
||
|
sessionid,
|
||
|
status,
|
||
|
defaultaction = "",
|
||
|
actions = [],
|
||
|
notes = [],
|
||
|
elements = []}).
|