comparison mcabber/src/jabglue.c @ 610:0e8247cf2bd1

Consider buddies as offline when they have cancelled our subscription
author Mikael Berthe <mikael@lilotux.net>
date Thu, 15 Dec 2005 19:56:19 +0100
parents 85648a0f963e
children ad737139a144
comparison
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 }