forked from chteufleur/go-xmpp
Compare commits
2 Commits
30ec9e14fb
...
8b007c8bc8
| Author | SHA1 | Date |
|---|---|---|
|
|
8b007c8bc8 | |
|
|
d4c5b8f4da |
|
|
@ -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