Project:Second Life framework
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

hello
i have forgotten to rename some function calls inside the function "secondlife_rpc"

"get_data_between" should be "secondlife_get_data_between"

the secondlfe_rpc function is used to send messages from the website to an object.
every object can generate a "channel" key to send to the website, then the website is using this key to send infos.
http://rpgstats.com/wiki/index.php?title=XMLRPC

the functions i have put are the one i use for other projects and i think that this is a good idea to put it inside the framework to dont have to copy it everytime when needed.
here is the way how it is working :
secondlife_rpc( $object_channel, $integer, $message)
the object channel was requested from another script
the integer can be any integer to be sent
and the message is the string to send
then the function returns an array with the result messages from the object.
this can be done with an external library or using simple xml, but this one is simple and easy to use, but maybe when i will have time, i will translate it to simple xml

AttachmentSize
secondlife-1.4.2.2.diff803 bytes

Comments

#1

Status:needs review» fixed

Fixed. thanks.

You are still mixing up stuff though. What does the RPC description have to do with fixing a function name?

Please make sure the info is provided when relevant. A few months from now, someone will want more info on XML RPC and will not find it in the issue where it was created, someone else will run across this issue and wonder what the heck is this info for?

Please provide a patch to README.txt with this info in it where the API is described.

Your contributions are appreciated of course, but it takes time to get used to the community norms and therefore I am pointing them out as we go.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

nobody click here