[Simian]
* Sim to sim caps for establishing child agents * Still working out a bug in the libomv event queue, committing what is done for now git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2485 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
31
bin/SimianData/grid_message_template.msg
Normal file
31
bin/SimianData/grid_message_template.msg
Normal file
@@ -0,0 +1,31 @@
|
||||
%%enable_client
|
||||
|
||||
->
|
||||
{
|
||||
agent_id: uuid,
|
||||
session_id: uuid,
|
||||
secure_session_id: uuid,
|
||||
first_name: string,
|
||||
last_name: string,
|
||||
callback_uri: uri
|
||||
}
|
||||
|
||||
<-
|
||||
{
|
||||
success: boolean,
|
||||
message: string
|
||||
}
|
||||
|
||||
%%enable_client_complete
|
||||
|
||||
->
|
||||
{
|
||||
agent_id: uuid,
|
||||
seed_capability: uri
|
||||
}
|
||||
|
||||
<-
|
||||
{
|
||||
success: boolean,
|
||||
message: string
|
||||
}
|
||||
Reference in New Issue
Block a user