aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2009-04-10 21:26:36 +0000
committerMelanie Thielker2009-04-10 21:26:36 +0000
commitae6f265729ad3a31dd10f320e712ad208cde0edf (patch)
treecdb680128b241ce83084f8fda036ba603e301068 /bin
parentIntroduce IXmlRpcRouter, an interface that allows registering XMLRPC (diff)
downloadopensim-SC_OLD-ae6f265729ad3a31dd10f320e712ad208cde0edf.zip
opensim-SC_OLD-ae6f265729ad3a31dd10f320e712ad208cde0edf.tar.gz
opensim-SC_OLD-ae6f265729ad3a31dd10f320e712ad208cde0edf.tar.bz2
opensim-SC_OLD-ae6f265729ad3a31dd10f320e712ad208cde0edf.tar.xz
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.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example11
1 files changed, 11 insertions, 0 deletions
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 @@
203 ;MapImageModule = "MapImageModule" 203 ;MapImageModule = "MapImageModule"
204 204
205 ; ## 205 ; ##
206 ; ## Scripting XMLRPC mapper
207 ; ##
208
209 ; If enabled, this will post an event, "xmlrpc_uri(string)" to the
210 ; script concurrently with the first remote_data event.
211 ; This will contain the fully qualified URI an external site needs
212 ; to use to send XMLRPC requests to that script
213
214 ;XmlRpcRouterModule = "XmlRpcRouterModule"
215
216 ; ##
206 ; ## Customized Cache Implementation 217 ; ## Customized Cache Implementation
207 ; ## 218 ; ##
208 ; 219 ;