Show
Ignore:
Timestamp:
11/09/07 20:30:15 (13 months ago)
Author:
asterix
Message:

merge some fixes from trunk: [8864] [8866] [8881] [8884] [8887] [8894] [8895] [8902] [8903] [8904] [8905] [8906] [8910] [8918] [8919] [8921] [8923] [8924] [8938] [8942] [8952] [8953] [8954]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.2/src/common/commands.py

    r8632 r8955  
    259259                jid = helpers.get_full_jid_from_iq(iq_obj) 
    260260                q = iq.getTag('query') 
     261                # buildReply don't copy the node attribute. Re-add it 
     262                q.setAttr('node', xmpp.NS_COMMANDS) 
    261263 
    262264                for node, cmd in self.__commands.iteritems():