[Opensim-dev] XML-RPC login request semantics

Tleiades tleiades at hotmail.com
Wed Sep 26 22:13:42 UTC 2007


Hi

I have been working on getting the inventory to work in grid mode, and have 
made pretty good progress.

I have most of the plubming in place now, as a good part of the actual db 
functionality in place. Unfortunately I have hit upon a small snag, in 
building the correct respose to a login request on the user server.

The login request has an options section, which I am having problems with

<name>options</name>
<value><array><data>
 <value><string>inventory-root</string></value>
 <value><string>inventory-skeleton</string></value>
 <value><string>inventory-lib-root</string></value>
 <value><string>inventory-lib-owner</string></value>
 <value><string>inventory-skel-lib</string></value>
 <value><string>initial-outfit</string></value>
 <value><string>gestures</string></value>
 <value><string>event_categories</string></value>
 <value><string>event_notifications</string></value>
 <value><string>classified_categories</string></value>
 <value><string>buddy-list</string></value>
 <value><string>ui-config</string></value>
 <value><string>login-flags</string></value>
 <value><string>global-textures</string></value>
</data></array></value>

I am especially interested in: all the inventory options and the 
initial-outfit. Can anybody point me to what the semantics of the options 
are, and what kind of datastructure they expect in return?

/tleiades 




More information about the Opensim-dev mailing list