summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-06-28 20:58:47 +0200
committermathieui <mathieui@mathieui.net>2016-06-28 20:58:47 +0200
commit7ea121b115536a6a124554b7284c3aa2dd73fbe6 (patch)
treec90cdddc0cac7a1542f27e4b22f6c6d2fd707fc1
parentbb81fbbdfc80a29279e4dcc0709e3b890f660f19 (diff)
downloadslixmpp-7ea121b115536a6a124554b7284c3aa2dd73fbe6.tar.gz
slixmpp-7ea121b115536a6a124554b7284c3aa2dd73fbe6.tar.bz2
slixmpp-7ea121b115536a6a124554b7284c3aa2dd73fbe6.tar.xz
slixmpp-7ea121b115536a6a124554b7284c3aa2dd73fbe6.zip
Don’t swallow presence exceptions abritrarily
-rw-r--r--slixmpp/stanza/presence.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/slixmpp/stanza/presence.py b/slixmpp/stanza/presence.py
index 1e8a940e..517e73c1 100644
--- a/slixmpp/stanza/presence.py
+++ b/slixmpp/stanza/presence.py
@@ -76,12 +76,6 @@ class Presence(RootStanza):
if self.stream is not None and self.stream.use_presence_ids:
self['id'] = self.stream.new_id()
- def exception(self, e):
- """
- Override exception passback for presence.
- """
- pass
-
def set_show(self, show):
"""
Set the value of the <show> element.