From 956feb7ac4338b7f594a0953751c60f8de4f43f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Sun, 11 Mar 2018 22:12:00 +0100
Subject: [PATCH] Deactivate httpupload for zeroconf

---
 gajim/common/zeroconf/connection_zeroconf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gajim/common/zeroconf/connection_zeroconf.py b/gajim/common/zeroconf/connection_zeroconf.py
index 26513e97cf..d0e27506ed 100644
--- 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
-- 
GitLab