Commit b1817daa authored by genofire's avatar genofire Committed by JC Brand

fix ad-hoc commands sessionid

parent 120f02d7
......@@ -213,7 +213,7 @@ export class AdHocCommands extends CustomElement {
const iq = $iq({to: jid, type: "set"})
.c("command", {
'sessionid': cmd.session,
'sessionid': cmd.sessionid,
'node': cmd.node,
'xmlns': Strophe.NS.ADHOC
}).c("x", {xmlns: Strophe.NS.XFORM, type: "submit"});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment