Changeset 8881
- Timestamp:
- 10/01/07 11:40:34 (14 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/commands.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/commands.py
r8303 r8881 289 289 jid = helpers.get_full_jid_from_iq(iq_obj) 290 290 q = iq.getTag('query') 291 # buildReply don't copy the node attribute. Re-add it 292 q.setAttr('node', xmpp.NS_COMMANDS) 291 293 292 294 for node, cmd in self.__commands.iteritems():
