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:
authorlovetox <philipp@hoerist.com>2020-04-04 09:44:00 +0300
committerlovetox <philipp@hoerist.com>2020-04-04 12:27:42 +0300
commit8b9cc5f7f406e2e681a18f6eb04cefb09eee36e0 (patch)
tree79c25684c22ff65861e45472ade559301ba81aef /test/lib
parent6ec7a686c9ace16359b1c523bd94519b51e5594a (diff)
Refactor handling of entity caps
- Let nbxmpp handle responding to entity caps requests - Move code into Caps module
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index 69efeecd6..34f2769ad 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -37,8 +37,6 @@ class MockConnection(Mock, ConnectionHandlers):
app.sleeper_state[account] = 0
app.last_message_time[account] = {}
app.status_before_autoaway[account] = ''
- app.gajim_optional_features[account] = []
- app.caps_hash[account] = ''
app.connections[account] = self