Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2018-07-27 16:46:02 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-07-27 17:01:10 +0300
commit5a6f03dea47b958024bbb369766cdd9006516924 (patch)
tree86082693c9cc47c8badb8f7f70e1bdebe6896b8e /test/lib
parentdb77fa1aceb0364ad98521c38a5164997f3cd6c8 (diff)
Add connect_maschine()
Add method that sequentially works the steps we have to do before sending first presence - Move Delimiter into own module - Move Metacontacts into own module
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index 713529bdc..6dabcb290 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -21,7 +21,6 @@ class MockConnection(Mock, ConnectionHandlers):
self.connected = 2
self.pep = {}
self.sessions = {}
- self.nested_group_delimiter = '::'
self.server_resource = 'Gajim'
app.interface.instances[account] = {'infos': {}, 'disco': {},