Difference between revisions of "Capabilities"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 19: Line 19:
*  Sim contacts backbone, sending a private uri corresponding to an action or service
*  Sim contacts backbone, sending a private uri corresponding to an action or service
*  Backbone generates and returns a public uri corresponding to the private uri
*  Backbone generates and returns a public uri corresponding to the private uri
Notes:
* Do not rely on the form of a capability, other than it must be http: or https:.  Capabilities from the same source needn't point to the same host or port, and the path needn't start /cap.

Revision as of 10:19, 31 January 2008

The viewer (and other client applications) can request capabilities from the simulators to gain access to certain features.

  • Map from public URL to private URL
  • Cap set <map><key>Asset upload</key>
    <uri>URI1</uri>
    <key>Seed capability</key>
    <uri>URI2</uri>
    </map>
  • Viewer knows public URL
  • Internally, backbone stores both public and private URL


Flow for getting capabilities

  • Viewer contacts login server requesting a particular capability
  • Login server contacts sim
  • Sim contacts backbone, sending a private uri corresponding to an action or service
  • Backbone generates and returns a public uri corresponding to the private uri

Notes:

  • Do not rely on the form of a capability, other than it must be http: or https:. Capabilities from the same source needn't point to the same host or port, and the path needn't start /cap.