diff options
author | Diva Canto | 2011-06-13 10:21:29 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-13 10:21:29 -0700 |
commit | 822b9e085fca9dcf04e61b29b98daeecf7893d85 (patch) | |
tree | 1ce33b7869845d54d4d3fab4b9fe7e5941777a04 /bin | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-822b9e085fca9dcf04e61b29b98daeecf7893d85.zip opensim-SC_OLD-822b9e085fca9dcf04e61b29b98daeecf7893d85.tar.gz opensim-SC_OLD-822b9e085fca9dcf04e61b29b98daeecf7893d85.tar.bz2 opensim-SC_OLD-822b9e085fca9dcf04e61b29b98daeecf7893d85.tar.xz |
Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on the contents of the response.
Changed the experimental capability introduced a couple of commits ago: now sending that extra information as part of the response in the SimulatorFeatures cap.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a9ce284..bab118f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -306,11 +306,14 @@ | |||
306 | ; This is disabled by default. Change if you see fit. Note that | 306 | ; This is disabled by default. Change if you see fit. Note that |
307 | ; serving this cap from the simulators may lead to poor performace. | 307 | ; serving this cap from the simulators may lead to poor performace. |
308 | Cap_WebFetchInventoryDescendents = "" | 308 | Cap_WebFetchInventoryDescendents = "" |
309 | ; Experimental new capability for Kokua viewers meant to override | 309 | |
310 | ; the MapImage server url given at login, and varying switching on | 310 | [SimulatorFeatures] |
311 | ; a sim-basis (as it should). | 311 | ; Experimental new information sent in SimulatorFeatures cap for Kokua viewers |
312 | ; meant to override the MapImage and search server url given at login, and varying | ||
313 | ; on a sim-basis. | ||
312 | ; Viewers that don't understand it, will ignore it | 314 | ; Viewers that don't understand it, will ignore it |
313 | Cap_MapImageService = "http://127.0.0.1:9000/ | 315 | ;MapImageServerURI = "http://127.0.0.1:9000/ |
316 | ;SearchServerURI = "http://127.0.0.1:9000/ | ||
314 | 317 | ||
315 | [Chat] | 318 | [Chat] |
316 | ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 | 319 | ;# {whisper_distance} {} {Distance at which a whisper is heard, in meters?} {} 10 |