Package common :: Module commands :: Class ForwardMessagesCommand
[hide private]
[frames] | no frames]

Class ForwardMessagesCommand

source code


Instance Methods [hide private]
 
execute(self, request) source code

Inherited from AdHocCommand: __init__, badRequest, buildResponse, cancel

Static Methods [hide private]
 
isVisibleFor(samejid)
Change status is visible only if the entity has the same bare jid
source code
Class Variables [hide private]
  commandnode = 'forward-messages'
  commandname = _('Forward unread messages')

Inherited from AdHocCommand: commandfeatures

Method Details [hide private]

isVisibleFor(samejid)
Static Method

source code 
Change status is visible only if the entity has the same bare jid
Overrides: AdHocCommand.isVisibleFor

execute(self, request)

source code 

Class Variable Details [hide private]

commandnode

Value:
'forward-messages'

commandname

Value:
_('Forward unread messages')