Ticket #3460: gajim.fix3460.patch

File gajim.fix3460.patch, 457 bytes (added by misc, 2 years ago)

Patch to fix the issue

  • src/adhoc_commands.py

     
    445445                        # no commands => no commands stage 
    446446                        # commands => command selection stage 
    447447                        query = response.getTag('query') 
    448                         if query: 
     448                        if query and query.getAttr('node') == xmpp.NS_COMMANDS: 
    449449                                items = query.getTags('item') 
    450450                        else: 
    451451                                items = []