From ae6f265729ad3a31dd10f320e712ad208cde0edf Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 10 Apr 2009 21:26:36 +0000 Subject: Add an optional region module which will supply a script event, xmlrpc_uri(string) in response to a OpenRemoteDataChannel call. The string is the fully qualified URI to post XMLRPC requests for that script to. --- bin/OpenSim.ini.example | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a49035d..2826462 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -203,6 +203,17 @@ ;MapImageModule = "MapImageModule" ; ## + ; ## Scripting XMLRPC mapper + ; ## + + ; If enabled, this will post an event, "xmlrpc_uri(string)" to the + ; script concurrently with the first remote_data event. + ; This will contain the fully qualified URI an external site needs + ; to use to send XMLRPC requests to that script + + ;XmlRpcRouterModule = "XmlRpcRouterModule" + + ; ## ; ## Customized Cache Implementation ; ## ; -- cgit v1.1