Don’t swallow presence exceptions abritrarily

This commit is contained in:
mathieui 2016-06-28 20:58:47 +02:00
parent bb81fbbdfc
commit 7ea121b115

View file

@ -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.