Skip to content
Snippets Groups Projects
Commit 007d4636 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

zeroconf has no resource. Fake an empty one. fix a TB as Roster class access it.

parent 6ffe9101
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
# system username
self.username = None
self.name = name
self.server_resource = '' # zeroconf has no resource, fake an empty one
self.connected = 0 # offline
self.connection = None
self.gpg = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment