forked from chteufleur/go-xmpp
Add text-private in the possible ad-hoc field types
This commit is contained in:
parent
d4c5b8f4da
commit
8b007c8bc8
|
|
@ -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