aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorCharles Krinke2009-05-02 16:16:27 +0000
committerCharles Krinke2009-05-02 16:16:27 +0000
commit47640aca22dc567d92f54c08cc29ea8bfa373ffd (patch)
tree801b486dacdcb7c038382f5c32b7fb1a9420140f /bin/OpenSim.ini.example
parentAdded the "out" connector (aka client) for the Grid services. Not used yet. (diff)
downloadopensim-SC_OLD-47640aca22dc567d92f54c08cc29ea8bfa373ffd.zip
opensim-SC_OLD-47640aca22dc567d92f54c08cc29ea8bfa373ffd.tar.gz
opensim-SC_OLD-47640aca22dc567d92f54c08cc29ea8bfa373ffd.tar.bz2
opensim-SC_OLD-47640aca22dc567d92f54c08cc29ea8bfa373ffd.tar.xz
Thank you kindly, MCortez for a patch that solves:
Different people using Hippo 0.5.1 report that trying to send group instant messages crashes the viewer (Hippo 0.5.1). This is the case even for empty groups or if all group members are online.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2ae7fb7..3130bf0 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1245,15 +1245,12 @@
1245 Module = Default 1245 Module = Default
1246 1246
1247 1247
1248 ; The XmlRpcGroups implementation can be used against the publically available service 1248 ; The PHP code for the server is available from the Flotsam project for you to deploy
1249 ; that I have made available for testing. Your group data is not guarenteed safe
1250 ; or available if you use this service, but it's available now and seems to work.
1251 ; The PHP code for the service is available from the Flotsam project for you to deploy
1252 ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ 1249 ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/
1253 ; 1250 ;
1254 ;Module = XmlRpcGroups 1251 ;Module = XmlRpcGroups
1255 1252
1256 ;XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php 1253 ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php
1257 ;XmlRpcServiceReadKey = 1234 1254 ;XmlRpcServiceReadKey = 1234
1258 ;XmlRpcServiceWriteKey = 1234 1255 ;XmlRpcServiceWriteKey = 1234
1259 1256