summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-06-14 14:24:25 -0700
committerLance Stout <lancestout@gmail.com>2011-06-14 14:24:25 -0700
commita3597d6debfbe6b070782d1744bc0a8ee305e574 (patch)
tree09e761c1218b31d4b92fa91eab5659004103a5d8 /sleekxmpp/basexmpp.py
parent937dce8e65a1e6c04c6c6eb4a194c6d4b6e89f92 (diff)
parentdd41a85efcd85bb3a4eb81187041106c65c6aa2d (diff)
downloadslixmpp-a3597d6debfbe6b070782d1744bc0a8ee305e574.tar.gz
slixmpp-a3597d6debfbe6b070782d1744bc0a8ee305e574.tar.bz2
slixmpp-a3597d6debfbe6b070782d1744bc0a8ee305e574.tar.xz
slixmpp-a3597d6debfbe6b070782d1744bc0a8ee305e574.zip
Merge branch 'develop' into roster
Conflicts: sleekxmpp/basexmpp.py
Diffstat (limited to 'sleekxmpp/basexmpp.py')
-rw-r--r--sleekxmpp/basexmpp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py
index 7330b9c2..91b419ba 100644
--- a/sleekxmpp/basexmpp.py
+++ b/sleekxmpp/basexmpp.py
@@ -678,6 +678,7 @@ class BaseXMPP(XMLStream):
elif not presence['type'] in ('available', 'unavailable') and \
not presence['type'] in presence.showtypes:
return
+
self.event("changed_status", presence)
# Restore the old, lowercased name for backwards compatibility.