forked from chteufleur/go-xmpp
Compare commits
No commits in common. "8b007c8bc8949b243533659f477d38ced9d74d25" and "30ec9e14fb788c4a918aca189c4bbc7a80d28ecc" have entirely different histories.
8b007c8bc8
...
30ec9e14fb
|
|
@ -11,7 +11,7 @@ const (
|
||||||
ActionAdHocNext = "next"
|
ActionAdHocNext = "next"
|
||||||
ActionAdHocCancel = "cancel"
|
ActionAdHocCancel = "cancel"
|
||||||
|
|
||||||
StatusAdHocExecute = "executing"
|
StatusAdHocExecute = "execute"
|
||||||
StatusAdHocCompleted = "completed"
|
StatusAdHocCompleted = "completed"
|
||||||
StatusAdHocCanceled = "canceled"
|
StatusAdHocCanceled = "canceled"
|
||||||
|
|
||||||
|
|
@ -30,7 +30,6 @@ 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