Changeset 8673 for branches/gajim_0.11.1/src/common
- Timestamp:
- 08/31/07 18:28:52 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/connection_handlers.py
r8672 r8673 685 685 gajim.log.debug('DiscoverItemsGetCB') 686 686 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 687 691 if node==common.xmpp.NS_COMMANDS: 688 692 self.commandListQuery(con, iq_obj)
