missed part of that last patch
This commit is contained in:
parent
f413a8a7e8
commit
368dd9fe66
|
@ -165,10 +165,6 @@ class Connection(ConnectionHandlers):
|
||||||
# server {'icq': ['icq.server.com', 'icq2.server.com'], }
|
# server {'icq': ['icq.server.com', 'icq2.server.com'], }
|
||||||
self.vcard_supported = True
|
self.vcard_supported = True
|
||||||
self.private_storage_supported = True
|
self.private_storage_supported = True
|
||||||
|
|
||||||
if gajim.otr_module:
|
|
||||||
self.otr_userstates = \
|
|
||||||
gajim.otr_module.otrl_userstate_create()
|
|
||||||
# END __init__
|
# END __init__
|
||||||
|
|
||||||
def put_event(self, ev):
|
def put_event(self, ev):
|
||||||
|
|
Loading…
Reference in New Issue