Zeroconf: Fix get_own_jid()

This commit is contained in:
André Apitzsch 2017-12-18 22:16:22 +01:00
parent 53a92bdee8
commit 0ffd7b6907
1 changed files with 1 additions and 1 deletions

View File

@ -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