Difference between revisions of "User:Saijanai Kuhn/Rez Avatar Capability"

From Second Life Wiki
Jump to navigation Jump to search
(interim page)
 
Line 38: Line 38:
:The RezAvatar agent host service invokes the RezAvatar region host service on behalf of the client.
:The RezAvatar agent host service invokes the RezAvatar region host service on behalf of the client.
{'avatar_id': <a_id>, ..., 'position': [x, y, z]}
{'avatar_id': <a_id>, ..., 'position': [x, y, z]}
->
:->
{'seed_cap': <s_cap>, 'ip_address': <ip_address>, 'udp_port': <upd port>, 'circuit_code': <cc>, 'session_id': <s_id>, 'secure_session_id': <ssid>, 'look_at': [lx, ly, lz]}
{'seed_cap': <s_cap>, 'ip_address': <ip_address>, 'udp_port': <upd port>, 'circuit_code': <cc>, 'session_id': <s_id>, 'secure_session_id': <ssid>, 'look_at': [lx, ly, lz]}
or
or
403 Forbidden
403 Forbidden

Revision as of 15:15, 28 March 2008

RezAvatar Capability

This is the hypothetical proposed protocol for the future with many region domains.

RezAvatar agent host service'

stub

{'region_url': <r_url>, 'position': [x, y, z]} -> {'session_id': <s_id>, 'secure_session_id': <ssid>, 'circuit_code': <cc>, 'seed_cap': <s_cap>, 'ip_address': <ip_address>, 'udp_port': <udp_port>, 'look_at': [lx, ly, lz]}

RezAvatar Capability (Resource Class)

RezAvatar Capability

Name Rez Avatar
URL capability
Verb POST
Request {'region_url': <r_url>, 'position': [x, y, z]}
RezAvatar agent host service
Response {'session_id': <s_id>, 'secure_session_id': <ssid>, 'circuit_code': <cc>, 'seed_cap': <s_cap>, 'ip_address': <ip_address>, 'udp_port': <udp_port>, 'look_at': [lx, ly, lz]}



RezAvatar region host service

The RezAvatar agent host service invokes the RezAvatar region host service on behalf of the client.

{'avatar_id': <a_id>, ..., 'position': [x, y, z]}

->

{'seed_cap': <s_cap>, 'ip_address': <ip_address>, 'udp_port': <upd port>, 'circuit_code': <cc>, 'session_id': <s_id>, 'secure_session_id': <ssid>, 'look_at': [lx, ly, lz]} or 403 Forbidden