ConciergeModule
From OpenSimulator
(Difference between revisions)
DrScofield (Talk | contribs) (→ConciergeModule) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | {{Template:Quicklinks}} | ||
+ | <br /> | ||
The ConciergeModule is an optional region module that tries to provide "concierge services" for online meetings and events. | The ConciergeModule is an optional region module that tries to provide "concierge services" for online meetings and events. | ||
Revision as of 05:49, 21 May 2009
The ConciergeModule is an optional region module that tries to provide "concierge services" for online meetings and events.
Current functionality
it currently
- keeps an attendee list of avatars in a concierged region
- announces to every avatar in a concierged region when a new avatar enters the region or someone leaves the region
- can post the attendee list to an outside broker whenever the attendee list changes
- can send a welcome message to each avatar entering the region
The ConciergeModule can in addition replace OpenSim's normal Chat module and "amplify" speech in a concierged region so that it is "audible" region-wide (whispering will still be range limited).
Planned functionality
We have several ideas on extending ConciergeModule further:
- allow each participant to have meeting notes send by email
- post meeting notes to the broker
- allow "/jeeves please..." style commands (instead of using private channels)
- have an OAR file POSTed capturing the current state of the meeting space
- grant and revoke group membership and permissions (once group and permission system is more evolved)
Configuration
TBD