Show
Ignore:
Timestamp:
08/31/07 18:28:52 (15 months ago)
Author:
asterix
Message:

[elghinn] fix disco#items without node

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/connection_handlers.py

    r8672 r8673  
    685685                gajim.log.debug('DiscoverItemsGetCB') 
    686686                node = iq_obj.getTagAttr('query', 'node') 
     687                if node is None: 
     688                        result = iq_obj.buildReply('result') 
     689                        self.connection.send(result) 
     690                        raise common.xmpp.NodeProcessed 
    687691                if node==common.xmpp.NS_COMMANDS: 
    688692                        self.commandListQuery(con, iq_obj)