* Make sure ISceneProvider.IPAndPort gets set to a valid IP address * Send circuit_code in enable_client cap so the existing circuit code is reused for child agent connections git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2487 52acb1d6-8a22-11de-b505-999d5b087335
33 lines
363 B
Plaintext
33 lines
363 B
Plaintext
%%enable_client
|
|
|
|
->
|
|
{
|
|
agent_id: uuid,
|
|
session_id: uuid,
|
|
secure_session_id: uuid,
|
|
circuit_code: integer,
|
|
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
|
|
}
|