fix mam implementation
This commit is contained in:
parent
44dc946d82
commit
8969c874ff
1 changed files with 2 additions and 1 deletions
|
@ -1472,7 +1472,8 @@ ConnectionHandlersBase, ConnectionJingle, ConnectionIBBytestream):
|
||||||
def cleanup(self):
|
def cleanup(self):
|
||||||
ConnectionHandlersBase.cleanup(self)
|
ConnectionHandlersBase.cleanup(self)
|
||||||
ConnectionCaps.cleanup(self)
|
ConnectionCaps.cleanup(self)
|
||||||
ConnectionArchive.cleanup(self)
|
ConnectionArchive136.cleanup(self)
|
||||||
|
ConnectionArchive313.cleanup(self)
|
||||||
ConnectionPubSub.cleanup(self)
|
ConnectionPubSub.cleanup(self)
|
||||||
gajim.ged.remove_event_handler('http-auth-received', ged.CORE,
|
gajim.ged.remove_event_handler('http-auth-received', ged.CORE,
|
||||||
self._nec_http_auth_received)
|
self._nec_http_auth_received)
|
||||||
|
|
Loading…
Add table
Reference in a new issue