diff --git a/gajim/common/zeroconf/connection_zeroconf.py b/gajim/common/zeroconf/connection_zeroconf.py
index 26513e97cf13577020bfa19b2142e8c7db271b6d..d0e27506edba725097096248e430c6404b9d3da2 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