changeset 8343:46df38515dc7

[gaim-migrate @ 9067] some people are picky and actually want you to follow the spec ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 26 Feb 2004 13:38:13 +0000
parents 59e83fdb753e
children f41d71ac2c1a
files src/protocols/jabber/si.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");