Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Open Simulator Technical Help
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
OpenSimulator Internals/Connector Architecture/UserAgent Connector
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== XML-RPC Methods === {| class="wikitable" ! Method !! XmlRpc method !! Returns !! Notes |- | GetHomeRegion(userID, out position, out lookAt) || "get_home_region" || GridRegion || Parses full GridRegion from Hashtable; returns null on failure |- | IsAgentComingHome(sessionID, thisGridExternalName) || "agent_is_coming_home" || bool || Via GetBoolResponse() |- | VerifyAgent(sessionID, token) || "verify_agent" || bool || Via GetBoolResponse() |- | VerifyClient(sessionID, token) || "verify_client" || bool || Via GetBoolResponse() |- | LogoutAgent(userID, sessionID) || "logout_agent" || void || Calls GetBoolResponse() but discards result |- | GetUserInfo(userID) || "get_user_info" || Dictionary<string,object> || All non-null Hashtable entries returned |- | GetServerURLs(userID) || "get_server_urls" || Dictionary<string,object> || Only SRV_-prefixed keys returned; "SRV_" prefix stripped |- | LocateUser(userID) || "locate_user" || string || Returns hash["URL"] or empty string |- | GetUUI(userID, targetUserID) || "get_uui" || string || Returns hash["UUI"] or empty string |- | GetUUID(first, last) || "get_uuid" || UUID || Throws on missing or unparseable UUID response |- | StatusNotification(friends, userID, online) || "status_notification" || List<UUID> || [Obsolete]; friends sent as friend_0, friend_1...; returns online UUIDs |- | GetOnlineFriends(userID, friends) || "get_online_friends" || List<UUID> || [Obsolete]; same encoding as StatusNotification |} GetHomeRegion() field parsing: uuid, x, y, size_x, size_y, region_name, hostname, http_port, server_uri, internal_port, position, lookAt. All fields checked for null before parsing. Missing fields silently use zero/default values. GetServerURLs() strips the "SRV_" prefix from keys, returning just the service type name. GetUUID() throws on failure -- the only method in this connector that throws instead of returning a sentinel value. ----
Summary:
Please note that all contributions to Open Simulator Technical Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Open Simulator Technical Help:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
OpenSimulator Internals/Connector Architecture/UserAgent Connector
(section)
Add topic