Merge branch 'master' of louiz/go-xmpp4steam into master
This commit is contained in:
commit
a6281fe093
|
|
@ -126,7 +126,7 @@ func execCommandAdHoc(iq *xmpp.Iq) {
|
||||||
}
|
}
|
||||||
reply.PayloadEncode(cmd)
|
reply.PayloadEncode(cmd)
|
||||||
comp.Out <- reply
|
comp.Out <- reply
|
||||||
} else if adHoc.Action == xmpp.ActionAdHocExecute {
|
} else if adHoc.Action == xmpp.ActionAdHocExecute || adHoc.Action == xmpp.ActionAdHocNext {
|
||||||
// Last step in the command
|
// Last step in the command
|
||||||
log.Printf("%sAd-Hoc command (Node : %s). Last step.", LogInfo, adHoc.Node)
|
log.Printf("%sAd-Hoc command (Node : %s). Last step.", LogInfo, adHoc.Node)
|
||||||
reply := iq.Response(xmpp.IQTypeResult)
|
reply := iq.Response(xmpp.IQTypeResult)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue