From 659b55905dc7e006ae73f3d569efdf52276aa825 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sat, 18 Apr 2009 21:33:48 +0000 Subject: Thank you kindly, MCortez, for a patch that: Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active. --- bin/OpenSim.ini.example | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 127501c..27aa5e0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1229,4 +1229,26 @@ freeswitch_echo_port = 50505 freeswitch_well_known_ip = ip.address.of.freeswitch.server freeswitch_default_timeout = 5000 freeswitch_subscribe_retry = 120 -; freeswitch_password_reset_url = \ No newline at end of file +; freeswitch_password_reset_url = + + +[Groups] + Enabled = false + + ; This is the current groups stub in Region.CoreModules.Avatar.Groups + Module = Default + + + ; The XmlRpcGroups implementation can be used against the publically available service + ; that I have made available for testing. Your group data is not guarenteed safe + ; or available if you use this service, but it's available now and seems to work. + ; The PHP code for the service is available for you to deploy to your own server. + ; + ;Module = XmlRpcGroups + + ;XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php + ;XmlRpcMessagingEnabled = true + ;XmlRpcNoticesEnabled = true + + ; This makes the XmlRpcGroups modules very chatty on the console. + ;XmlRpcDebugEnabled = true -- cgit v1.1