From: <abe...@us...> - 2013-01-21 19:55:16
|
Revision: 5920 http://astlinux.svn.sourceforge.net/astlinux/?rev=5920&view=rev Author: abelbeck Date: 2013-01-21 19:55:09 +0000 (Mon, 21 Jan 2013) Log Message: ----------- web interface, add Topic Info for XMPP Shared Groups Modified Paths: -------------- branches/1.0/package/webinterface/altweb/admin/xmpp.php branches/1.0/package/webinterface/altweb/common/topics.info Modified: branches/1.0/package/webinterface/altweb/admin/xmpp.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/xmpp.php 2013-01-21 18:57:32 UTC (rev 5919) +++ branches/1.0/package/webinterface/altweb/admin/xmpp.php 2013-01-21 19:55:09 UTC (rev 5920) @@ -434,7 +434,7 @@ putHtml('</td></tr>'); putHtml('<tr class="dtrow1"><td style="text-align: right;">'); - putHtml('Shared Groups:'); + putHtml(includeTOPICinfo('xmpp-shared-groups').'Shared Groups:'); putHtml('</td><td style="text-align: left;">'); $xmpp_groups = getVARdef($vars, 'XMPP_GROUPS'); putHtml('<select name="xmpp_groups">'); Modified: branches/1.0/package/webinterface/altweb/common/topics.info =================================================================== --- branches/1.0/package/webinterface/altweb/common/topics.info 2013-01-21 18:57:32 UTC (rev 5919) +++ branches/1.0/package/webinterface/altweb/common/topics.info 2013-01-21 19:55:09 UTC (rev 5920) @@ -284,3 +284,32 @@ ---- /etc/asterisk/extensions.conf snippet ---- +[[xmpp-shared-groups]] + +XMPP Shared Groups: + +Groups were designed to allow administrators to create virtual groups of users that automatically +see each other in their contact lists. The shared groups will be sent to the user along with +their usual roster without overriding or permanently adding the contacts. There is no need for +the user to authorize these contacts in their contact list, this is done automatically on the +server (be careful: everyone in a group can monitor the presence of each other!). + +As an example, if you have a team of people working together on a project, you can create a group +for that team. They will automatically be added to each others' contact lists, and the list can +easily be modified on the server at any time to add and remove people. + +Note: Clicking "Shared Groups: ... - { Reload }" will apply { Edit Groups } changes without + requiring to the server to be restarted. + +Example: "/mnt/kd/prosody/sharedgroups.conf" +-- +[Support Team] +su...@ex... +jo...@ex... + +[Development Team] +ha...@ex...=Joe Coder +ot...@ex...=Mel +-- +You can see the last two entries here have custom names, if no name is given then it is up to +the user's client to find a suitable name (e.g. take it from the contact's vcard/profile). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |