Don’t swallow presence exceptions abritrarily
This commit is contained in:
parent
bb81fbbdfc
commit
7ea121b115
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue