Oops, it helps to set the resource.

Mon, 20 Jul 2009 18:16:36 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Mon, 20 Jul 2009 18:16:36 +0000
changeset 27899
c0c7be60adae
parent 27898
4a6450d92e11
child 27900
23b6b4dfeb82

Oops, it helps to set the resource.

libpurple/protocols/jabber/jutil.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/jabber/jutil.c	Sun Jul 19 23:45:13 2009 +0000
+++ b/libpurple/protocols/jabber/jutil.c	Mon Jul 20 18:16:36 2009 +0000
@@ -153,6 +153,8 @@
 			jid = NULL;
 			/* goto out; */
 		}
+
+		jid->resource = g_strdup(idn_buffer);
 	}
 
 out:

mercurial