From a3e2e03f7b8c42011ba6b06e8d2608645371f2cb Mon Sep 17 00:00:00 2001 From: diva Date: Mon, 29 Dec 2008 22:22:05 +0000 Subject: Final part for implementing SendChildAgentDataUpdate with modules. This is the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim. --- bin/OpenSim.ini.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cc117ad..6c30f6e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -179,6 +179,11 @@ ;WorldMapModule = "WorldMap" ;MapImageModule = "MapImageModule" +[Communications] + +;InterregionComms = "LocalComms" +InterregionComms = "RESTComms" +;InterregionComms = "HGRESTComms" [StandAlone] accounts_authenticate = true -- cgit v1.1