# HG changeset patch # User Nathan Walp # Date 1077802693 0 # Node ID 46df38515dc7169ab99887efbbd732ded8c6369b # Parent 59e83fdb753e5d3f1a2a716ccdf985534f4b2ca8 [gaim-migrate @ 9067] some people are picky and actually want you to follow the spec ;-) committer: Tailor Script diff -r 59e83fdb753e -r 46df38515dc7 src/protocols/jabber/si.c --- a/src/protocols/jabber/si.c Thu Feb 26 08:33:00 2004 +0000 +++ b/src/protocols/jabber/si.c Thu Feb 26 13:38:13 2004 +0000 @@ -624,7 +624,7 @@ x = xmlnode_new_child(feature, "x"); xmlnode_set_attrib(x, "xmlns", "jabber:x:data"); - xmlnode_set_attrib(x, "type", "form"); + xmlnode_set_attrib(x, "type", "submit"); field = xmlnode_new_child(x, "field"); xmlnode_set_attrib(field, "var", "stream-method");