Don’t swallow presence exceptions abritrarily
This commit is contained in:
parent
bb81fbbdfc
commit
7ea121b115
@ -76,12 +76,6 @@ class Presence(RootStanza):
|
|||||||
if self.stream is not None and self.stream.use_presence_ids:
|
if self.stream is not None and self.stream.use_presence_ids:
|
||||||
self['id'] = self.stream.new_id()
|
self['id'] = self.stream.new_id()
|
||||||
|
|
||||||
def exception(self, e):
|
|
||||||
"""
|
|
||||||
Override exception passback for presence.
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
def set_show(self, show):
|
def set_show(self, show):
|
||||||
"""
|
"""
|
||||||
Set the value of the <show> element.
|
Set the value of the <show> element.
|
||||||
|
Loading…
Reference in New Issue
Block a user