Skip to content
Snippets Groups Projects
Commit 0ffd7b69 authored by André's avatar André
Browse files

Zeroconf: Fix get_own_jid()

parent 53a92bde
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
return jid
def get_own_jid(self):
return nbxmpp.JID(self.username + '@' + self.hostname)
return nbxmpp.JID(self.username + '@' + self.host)
def reconnect(self):
# Do not try to reco while we are already trying
......
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