Zeroconf: Fix get_own_jid()
This commit is contained in:
parent
53a92bdee8
commit
0ffd7b6907
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