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

Class ChangeStatusCommand

source code


Instance Methods [hide private]
 
execute(self, request) source code
 
changestatus(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 = 'change-status'
  commandname = _('Change status information')

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 

changestatus(self, request)

source code 

Class Variable Details [hide private]

commandnode

Value:
'change-status'

commandname

Value:
_('Change status information')