Matthieu Statosky
Registered User
Join date: 17 Apr 2004
Posts: 6
|
07-04-2004 08:05
Hi,
I juts read some documentation about the use of XML-RPC communication in SL. I've a question about the initialization of the communication.
If I've understood the object use the llOpenRemoteDataChannel function to create and register a remote channel. So I should find how to communicate the key of this channel to the script outside of SL and then it can use it to send a request to SL, isn't it ? In the script WiKi the llEmail function is one way to do that, there are other ways ?
Thanks for your help,
Matthieu
|
Catherine Omega
Geometry Ninja
Join date: 10 Jan 2003
Posts: 2,053
|
07-04-2004 08:27
Yeah, until we can get the Lindens to give us a way for our scripts to verify that they do have permission to contact the server, (ideally using something like Flash's XML cross-domain policy file feature -- are you listening, Lindens?  ) you'll need to use email. Convenient, no? 
|
Eddy Stryker
libsecondlife Developer
Join date: 6 Jun 2004
Posts: 353
|
07-04-2004 13:08
You can also write your lsl script, have it echo the channel on startup, and hard code that in to your rpc client. This works until you modify the lsl script.
|
Matthieu Statosky
Registered User
Join date: 17 Apr 2004
Posts: 6
|
07-05-2004 14:01
Thanks you for your replies Catherine and Eddy ! So I should do some abstractions for future evolutions in SL's XML-RPC implementation.
|