Method Summary |
|
do_pong (self,
socket,
element)
handle a pong request this is the first request ask by avatar client
send a session_id. |
|
getWorld (self)
Get the world singleton |
Inherited from HappyChatTCPBasedProtocol |
tuple of (method ,
Element ).
|
getCommand (self,
data)
get the command of the raw XML structure |
|
onQuery (self,
socket,
data,
world)
call on each query get the command to execute in the raw XML structure
the executed action can me a method of this class or a function in a
module in the actions package |