mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-01-10 18:49:19 -08:00
Added node config
This commit is contained in:
@@ -57,7 +57,7 @@ func TestMarshalFormSubmit(t *testing.T) {
|
||||
Node: serviceNode,
|
||||
Form: &Form{
|
||||
Type: FormTypeSubmit,
|
||||
Fields: []Field{
|
||||
Fields: []*Field{
|
||||
{Var: "FORM_TYPE", Type: FieldTypeHidden, ValuesList: []string{"http://jabber.org/protocol/pubsub#node_config"}},
|
||||
{Var: "pubsub#title", ValuesList: []string{"Princely Musings (Atom)"}},
|
||||
{Var: "pubsub#deliver_notifications", ValuesList: []string{"1"}},
|
||||
|
||||
Reference in New Issue
Block a user