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"
|
||||
ActionAdHocCancel = "cancel"
|
||||
|
||||
StatusAdHocExecute = "executing"
|
||||
StatusAdHocExecute = "execute"
|
||||
StatusAdHocCompleted = "completed"
|
||||
StatusAdHocCanceled = "canceled"
|
||||
|
||||
|
|
@ -30,7 +30,6 @@ const (
|
|||
TypeAdHocFieldListSingle = "list-single"
|
||||
TypeAdHocFieldTextSingle = "text-single"
|
||||
TypeAdHocFieldJidSingle = "jid-single"
|
||||
TypeAdHocFieldTextPrivate = "text-private"
|
||||
)
|
||||
|
||||
type AdHocCommand struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue