Re: [Gajim-devel] adhoc command

2010-04-27 Thread Yann Leboulanger
On 04/25/2010 01:44 PM, Geobert Quach wrote: I've created: [...] But when I test it, I only have the disconnect action, the events are not forwarded first, what did I missed? I've committed it with the needed fix. In fact send_message only puts it in the send queue. Then we disconnect

Re: [Gajim-devel] adhoc command

2010-04-25 Thread Geobert Quach
I've created: class FwdMsgThenDisconnectCommand(AdHocCommand): commandnode = 'fwd-msd-disconnect' commandname = _('Forward unread message then disconnect') @staticmethod def isVisibleFor(samejid): Change status is visible only if the entity has the same bare jid