Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
48d6a9b0 by lovetox at 2022-05-14T22:30:12+02:00
fix: AdHoc: Don’t raise on empty nodes

- - - - -


1 changed file:

- nbxmpp/modules/adhoc.py


Changes:

=====================================
nbxmpp/modules/adhoc.py
=====================================
@@ -50,8 +50,6 @@ class AdHoc(BaseModule):
             raise StanzaError(response)
 
         children = response.getQueryChildren()
-        if not children:
-            raise MalformedStanzaError('query children missing', response)
 
         command_list = []
         for item in children:



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/48d6a9b02b096f902bd6f7f039cb1bd3509f3477

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/48d6a9b02b096f902bd6f7f039cb1bd3509f3477
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to