diff --git a/httpupload/httpupload.py b/httpupload/httpupload.py index a802d50..12dfe8b 100644 --- a/httpupload/httpupload.py +++ b/httpupload/httpupload.py @@ -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