# HG changeset patch # User Andreas Monitzer # Date 1184116944 0 # Node ID 7cc4c6c73a064938a21d583b46d98f7e36b5f27a # Parent ce04ca030a1b74a986deea0e6e5a6afcc5892f09 XEP-0004 says that if no field type is specified, text-single should be assumed. diff -r ce04ca030a1b -r 7cc4c6c73a06 libpurple/protocols/jabber/xdata.c --- a/libpurple/protocols/jabber/xdata.c Wed Jul 11 00:32:39 2007 +0000 +++ b/libpurple/protocols/jabber/xdata.c Wed Jul 11 01:22:24 2007 +0000 @@ -225,7 +225,7 @@ char *value = NULL; if(!type) - continue; + type = "text-single"; if(!var && strcmp(type, "fixed")) continue;