mcabber/src/jabglue.c
changeset 610 0e8247cf2bd1
parent 609 85648a0f963e
child 611 ad737139a144
--- a/mcabber/src/jabglue.c	Thu Dec 15 18:51:06 2005 +0100
+++ b/mcabber/src/jabglue.c	Thu Dec 15 19:56:19 2005 +0100
@@ -1256,6 +1256,7 @@
   } else if (!strcmp(type, "unsubscribed")) {
     scr_LogPrint(LPRINT_LOGNORM, "<%s> has unsubscribed from your presence "
                  "updates", from);
+    roster_unsubscribed(from);
   } else {
     scr_LogPrint(LPRINT_LOGNORM, "Received (un)subscription packet from <%s>"
                  " (type=%s)", from, (type ? type : ""));