Merge branch 'master' of louiz/go-xmpp into master
This commit is contained in:
commit
476e0d7ddb
|
|
@ -11,7 +11,7 @@ const (
|
||||||
ActionAdHocNext = "next"
|
ActionAdHocNext = "next"
|
||||||
ActionAdHocCancel = "cancel"
|
ActionAdHocCancel = "cancel"
|
||||||
|
|
||||||
StatusAdHocExecute = "execute"
|
StatusAdHocExecute = "executing"
|
||||||
StatusAdHocCompleted = "completed"
|
StatusAdHocCompleted = "completed"
|
||||||
StatusAdHocCanceled = "canceled"
|
StatusAdHocCanceled = "canceled"
|
||||||
|
|
||||||
|
|
@ -30,6 +30,7 @@ const (
|
||||||
TypeAdHocFieldListSingle = "list-single"
|
TypeAdHocFieldListSingle = "list-single"
|
||||||
TypeAdHocFieldTextSingle = "text-single"
|
TypeAdHocFieldTextSingle = "text-single"
|
||||||
TypeAdHocFieldJidSingle = "jid-single"
|
TypeAdHocFieldJidSingle = "jid-single"
|
||||||
|
TypeAdHocFieldTextPrivate = "text-private"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AdHocCommand struct {
|
type AdHocCommand struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue