1
0
Fork 0

Add text-private in the possible ad-hoc field types

This commit is contained in:
louiz’ 2016-08-11 11:29:41 +02:00
parent d4c5b8f4da
commit 8b007c8bc8
1 changed files with 1 additions and 0 deletions

View File

@ -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 {