Yann Leboulanger pushed to branch master at gajim / gajim
Commits:
0ffd7b69 by André Apitzsch at 2017-12-18T22:16:22+01:00
Zeroconf: Fix get_own_jid()
- - - - -
5a33a59e by Yann Leboulanger at 2017-12-18T22:19:21+01:00
Merge branch 'hostname' into 'master'
Zeroconf: Fix get_own_jid()
See merge request gajim/gajim!173
- - - - -
1 changed file:
- gajim/common/zeroconf/connection_zeroconf.py
Changes:
=====================================
gajim/common/zeroconf/connection_zeroconf.py
=====================================
--- a/gajim/common/zeroconf/connection_zeroconf.py
+++ b/gajim/common/zeroconf/connection_zeroconf.py
@@ -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
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/53a92bdee814751dcddbb67dbf122b20e5974701...5a33a59ee6f58364eb00d8d52e96d13bbfaf65d6
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/53a92bdee814751dcddbb67dbf122b20e5974701...5a33a59ee6f58364eb00d8d52e96d13bbfaf65d6
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits