Merge branch 'hostname' into 'master'

Zeroconf: Fix get_own_jid()

See merge request gajim/gajim!173
This commit is contained in:
Yann Leboulanger 2017-12-18 22:19:21 +01:00
commit 5a33a59ee6
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