mcabber/src/roster.c
changeset 1431 486809ccffc0
parent 1414 366ef500c522
child 1437 071c8170b7de
--- a/mcabber/src/roster.c	Wed Feb 20 21:26:54 2008 +0100
+++ b/mcabber/src/roster.c	Fri Feb 22 13:27:51 2008 +0100
@@ -434,7 +434,8 @@
   roster *roster_usr;
   GSList *node;
 
-  sl_user = roster_find(jid, jidsearch, ROSTER_TYPE_USER|ROSTER_TYPE_AGENT);
+  sl_user = roster_find(jid, jidsearch,
+                        ROSTER_TYPE_USER|ROSTER_TYPE_AGENT|ROSTER_TYPE_ROOM);
   if (sl_user == NULL)
     return;
   roster_usr = (roster*)sl_user->data;