mcabber/src/jabglue.c
changeset 610 0e8247cf2bd1
parent 609 85648a0f963e
child 611 ad737139a144
equal deleted inserted replaced
609:85648a0f963e 610:0e8247cf2bd1
  1254     scr_LogPrint(LPRINT_LOGNORM, "<%s> has subscribed to your presence "
  1254     scr_LogPrint(LPRINT_LOGNORM, "<%s> has subscribed to your presence "
  1255                  "updates", from);
  1255                  "updates", from);
  1256   } else if (!strcmp(type, "unsubscribed")) {
  1256   } else if (!strcmp(type, "unsubscribed")) {
  1257     scr_LogPrint(LPRINT_LOGNORM, "<%s> has unsubscribed from your presence "
  1257     scr_LogPrint(LPRINT_LOGNORM, "<%s> has unsubscribed from your presence "
  1258                  "updates", from);
  1258                  "updates", from);
       
  1259     roster_unsubscribed(from);
  1259   } else {
  1260   } else {
  1260     scr_LogPrint(LPRINT_LOGNORM, "Received (un)subscription packet from <%s>"
  1261     scr_LogPrint(LPRINT_LOGNORM, "Received (un)subscription packet from <%s>"
  1261                  " (type=%s)", from, (type ? type : ""));
  1262                  " (type=%s)", from, (type ? type : ""));
  1262 
  1263 
  1263   }
  1264   }