diff mcabber/src/commands.c @ 438:b44be19d6229

Handle multiple resources for the same buddy
author Mikael Berthe <mikael@lilotux.net>
date Mon, 19 Sep 2005 23:32:42 +0200
parents 802da817a684
children 63562fd409a1
line wrap: on
line diff
--- a/mcabber/src/commands.c	Fri Sep 16 21:49:39 2005 +0200
+++ b/mcabber/src/commands.c	Mon Sep 19 23:32:42 2005 +0200
@@ -627,8 +627,8 @@
   jid    = buddy_getjid(bud);
   name   = buddy_getname(bud);
   type   = buddy_gettype(bud);
-  status = buddy_getstatus(bud);
-  st_msg = buddy_getstatusmsg(bud);
+  status = buddy_getstatus(bud, NULL);
+  st_msg = buddy_getstatusmsg(bud, NULL);
 
   buffer = g_new(char, 128);