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

Class LeaveGroupchatsCommand

source code


Instance Methods [hide private]
 
execute(self, request) source code
 
leavegroupchats(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 = 'leave-groupchats'
  commandname = _('Leave Groupchats')

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 

leavegroupchats(self, request)

source code 

Class Variable Details [hide private]

commandnode

Value:
'leave-groupchats'

commandname

Value:
_('Leave Groupchats')