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
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/zeroconf/roster_zeroconf.py')
-rw-r--r--src/common/zeroconf/roster_zeroconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/zeroconf/roster_zeroconf.py b/src/common/zeroconf/roster_zeroconf.py
index 145be6395..d70b8a1a2 100644
--- a/src/common/zeroconf/roster_zeroconf.py
+++ b/src/common/zeroconf/roster_zeroconf.py
@@ -56,7 +56,8 @@ class Roster:
if not contact:
return
- host, address, port, txt = contact[4:7] + contact[8]
+ (service_jid, domain, interface, protocol, host, address, port, bare_jid, txt) \
+ = contact
self._data[jid]={}
self._data[jid]['ask'] = 'no' #?