From c73a6ab7e01efd07f68798de8b402343bef12de4 Mon Sep 17 00:00:00 2001 From: Michael Cortez Date: Wed, 5 Aug 2009 14:56:48 -0700 Subject: Continue with renaming of Groups module components --- bin/OpenSim.ini.example | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6ae6a95..643b0af 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1271,21 +1271,28 @@ ; The PHP code for the server is available from the Flotsam project for you to deploy ; to your own server. The Flotsam project is located at http://code.google.com/p/flotsam/ ; - ;Module = XmlRpcGroups - - ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php - ;XmlRpcServiceReadKey = 1234 - ;XmlRpcServiceWriteKey = 1234 - - ;XmlRpcMessagingEnabled = true - ;XmlRpcNoticesEnabled = true - - ; This makes the XmlRpcGroups modules very chatty on the console. - ;XmlRpcDebugEnabled = true - - ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for - ; a problem discovered on some Windows based region servers. Only disable - ; if you see a large number (dozens) of the following Exceptions: + ;Module = GroupsModule + + ; Enable Group Notices + ;NoticesEnabled = true + + ; This makes the Groups modules very chatty on the console. + ;DebugEnabled = true + + ; Specify which messaging module to use for groups messaging and if it's enabled + ;MessagingModule = GroupsMessagingModule + ;MessagingEnabled = true + + ; Service connector to Groups Service [Select One] + ; XmlRpc Service Connector to the Flotsam XmlRpc Groups Service Implementation + ;ServicesConnectorModule = XmlRpcGroupsServicesConnector + ;XmlRpcServiceURL = http://yourxmlrpcserver.com/xmlrpc.php + ;XmlRpcServiceReadKey = 1234 + ;XmlRpcServiceWriteKey = 1234 + + ; Disables HTTP Keep-Alive for XmlRpcGroupsServicesConnector HTTP Requests, + ; this is a work around fora problem discovered on some Windows based region servers. + ; Only disable keep alive if you see a large number (dozens) of the following Exceptions: ; System.Net.WebException: The request was aborted: The request was canceled. ; ; XmlRpcDisableKeepAlive = false -- cgit v1.1