Philipp Hörist pushed to branch master at gajim / gajim

Commits:
956feb7a by Philipp Hörist at 2018-03-11T22:12:00+01:00
Deactivate httpupload for zeroconf

- - - - -


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
@@ -64,6 +64,7 @@ class ConnectionZeroconf(CommonConnection, 
ConnectionHandlersZeroconf):
         # we don't need a password, but must be non-empty
         self.password = 'zeroconf'
         self.autoconnect = False
+        self.httpupload = False
 
         CommonConnection.__init__(self, name)
         self.is_zeroconf = True



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/956feb7ac4338b7f594a0953751c60f8de4f43f8

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/956feb7ac4338b7f594a0953751c60f8de4f43f8
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

Reply via email to