Changeset 8955 for branches/gajim_0.11.2/src/common/commands.py
- Timestamp:
- 11/09/07 20:30:15 (13 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.2/src/common/commands.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.2/src/common/commands.py
r8632 r8955 259 259 jid = helpers.get_full_jid_from_iq(iq_obj) 260 260 q = iq.getTag('query') 261 # buildReply don't copy the node attribute. Re-add it 262 q.setAttr('node', xmpp.NS_COMMANDS) 261 263 262 264 for node, cmd in self.__commands.iteritems():
