Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2004-01-22 02:09:03 +0300
committerYann Leboulanger <asterix@lagaule.org>2004-01-22 02:09:03 +0300
commitb2ec388e4bf936ad6e35ab4f9457d71d7ae6c498 (patch)
tree42fa8b03f7ffa1444fa94d7d206f7ff1a3f0bf4b /core
parent5c429db976cef9ae47581be9be8a0bf5a6ddd1ca (diff)
remove_user function in roster - UNSUBSCRIBED msg from core to plugins
Diffstat (limited to 'core')
-rw-r--r--core/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core.py b/core/core.py
index 3de94639c..2d21b4c45 100644
--- a/core/core.py
+++ b/core/core.py
@@ -85,6 +85,7 @@ class GajimCore:
log.debug("unsubscribe request from %s" % who)
elif type == 'unsubscribed':
log.debug("we are now unsubscribed to %s" % who)
+ self.hub.sendPlugin('UNSUBSCRIBED', prs.getFrom().getBasic())
elif type == 'error':
# print "\n\n******** ERROR *******"
# print "From : %s" % prs.getFrom()