diff options
author | Melanie Thielker | 2009-03-28 02:58:12 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-28 02:58:12 +0000 |
commit | 0ff7c85a5d2127657546f37fe53b02c955e493d4 (patch) | |
tree | e3c83a9149c761ed403ebd3a3067a6a90fbec79c /bin | |
parent | * Remove redundancies in ScenePresence (diff) | |
download | opensim-SC_OLD-0ff7c85a5d2127657546f37fe53b02c955e493d4.zip opensim-SC_OLD-0ff7c85a5d2127657546f37fe53b02c955e493d4.tar.gz opensim-SC_OLD-0ff7c85a5d2127657546f37fe53b02c955e493d4.tar.bz2 opensim-SC_OLD-0ff7c85a5d2127657546f37fe53b02c955e493d4.tar.xz |
Add a module skeleton for offline IM storage. No functionality yet.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9f5932a..64cf4e5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -375,6 +375,9 @@ InterregionComms = "RESTComms" | |||
375 | ; Control which region module is used for instant messaging. | 375 | ; Control which region module is used for instant messaging. |
376 | ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting) | 376 | ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting) |
377 | InstantMessageModule = InstantMessageModule | 377 | InstantMessageModule = InstantMessageModule |
378 | ; MessageTransferModule = MessageTransferModule | ||
379 | ; OfflineMessageModule = OfflineMessageModule | ||
380 | ; OfflineMessagesURL = http://yourserver/offlines.php | ||
378 | 381 | ||
379 | 382 | ||
380 | [ODEPhysicsSettings] | 383 | [ODEPhysicsSettings] |