Merge branch 'hostname' into 'master'
Zeroconf: Fix get_own_jid() See merge request gajim/gajim!173
This commit is contained in:
commit
5a33a59ee6
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
|
||||||
return jid
|
return jid
|
||||||
|
|
||||||
def get_own_jid(self):
|
def get_own_jid(self):
|
||||||
return nbxmpp.JID(self.username + '@' + self.hostname)
|
return nbxmpp.JID(self.username + '@' + self.host)
|
||||||
|
|
||||||
def reconnect(self):
|
def reconnect(self):
|
||||||
# Do not try to reco while we are already trying
|
# Do not try to reco while we are already trying
|
||||||
|
|
Loading…
Add table
Reference in a new issue