[httpupload] Dont catch all disco results

This commit is contained in:
Philipp Hörist
2017-09-29 00:24:42 +02:00
parent d564acac19
commit 1ea5bf8f01

View File

@@ -76,6 +76,9 @@ class HTTPUploadPlugin(GajimPlugin):
app.jid_is_transport(event.jid)):
return
if not event.id_.startswith('Gajim_'):
return
account = event.conn.name
interface = self.get_interface(account)
interface.enabled = True