[httpupload] Dont catch all disco results
This commit is contained in:
@@ -76,6 +76,9 @@ class HTTPUploadPlugin(GajimPlugin):
|
|||||||
app.jid_is_transport(event.jid)):
|
app.jid_is_transport(event.jid)):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if not event.id_.startswith('Gajim_'):
|
||||||
|
return
|
||||||
|
|
||||||
account = event.conn.name
|
account = event.conn.name
|
||||||
interface = self.get_interface(account)
|
interface = self.get_interface(account)
|
||||||
interface.enabled = True
|
interface.enabled = True
|
||||||
|
|||||||
Reference in New Issue
Block a user