1
0
Fork 0

Rename the ad-hoc status “execute” into “executing”

From http://xmpp.org/extensions/xep-0050.html#desc-command only “executing”
is valid.
This commit is contained in:
louiz’ 2016-08-11 11:28:46 +02:00
parent 30ec9e14fb
commit d4c5b8f4da
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const (
ActionAdHocNext = "next"
ActionAdHocCancel = "cancel"
StatusAdHocExecute = "execute"
StatusAdHocExecute = "executing"
StatusAdHocCompleted = "completed"
StatusAdHocCanceled = "canceled"