ConciergeModule
From OpenSimulator
(Difference between revisions)
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
m (Robot: Cosmetic changes) |
||
Line 28: | Line 28: | ||
''TBD'' | ''TBD'' | ||
− | |||
[[Category:Modules]] | [[Category:Modules]] |
Revision as of 18:52, 3 March 2012
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