1
0
Fork 0

Merge branch 'master' of louiz/go-xmpp4steam into master

This commit is contained in:
chteufleur 2016-08-11 12:04:59 +02:00 committed by Gogs
commit a6281fe093
1 changed files with 1 additions and 1 deletions

View File

@ -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)