[Git][gajim/gajim][master] Discover httpupload also on the user domain

Philipp Hörist gitlab at dev.gajim.org
Wed Jul 25 19:33:21 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
cf580c62 by Philipp Hörist at 2018-07-25T17:33:03Z
Discover httpupload also on the user domain

- - - - -


2 changed files:

- gajim/common/modules/discovery.py
- gajim/common/modules/httpupload.py


Changes:

=====================================
gajim/common/modules/discovery.py
=====================================
--- a/gajim/common/modules/discovery.py
+++ b/gajim/common/modules/discovery.py
@@ -190,6 +190,7 @@ class Discovery:
         self._con.get_module('VCardTemp').pass_disco(from_, *args)
         self._con.get_module('Carbons').pass_disco(from_, *args)
         self._con.get_module('PrivacyLists').pass_disco(from_, *args)
+        self._con.get_module('HTTPUpload').pass_disco(from_, *args)
 
         identities, features, data, node = args
         if nbxmpp.NS_REGISTER in features:


=====================================
gajim/common/modules/httpupload.py
=====================================
--- a/gajim/common/modules/httpupload.py
+++ b/gajim/common/modules/httpupload.py
@@ -106,7 +106,6 @@ class HTTPUpload:
 
         for ctrl in app.interface.msg_win_mgr.get_controls(acct=self._account):
             ctrl.update_actions()
-        raise nbxmpp.NodeProcessed
 
     def handle_outgoing_stanza(self, event):
         if event.conn.name != self._account:



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/cf580c62de1e850bb15da7d2de4d9adc1914157d

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/cf580c62de1e850bb15da7d2de4d9adc1914157d
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180725/67d5d087/attachment.html>


More information about the Commits mailing list