[svn-commits] marquis: branch marquis/pubsub-distributed-events r213824 - /team/marquis/pub...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 24 06:48:23 CDT 2009


Author: marquis
Date: Mon Aug 24 06:48:18 2009
New Revision: 213824

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213824
Log:
Update sample config for new options related to distributed device state via PubSub. 

Modified:
    team/marquis/pubsub-distributed-events/configs/jabber.conf.sample

Modified: team/marquis/pubsub-distributed-events/configs/jabber.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/team/marquis/pubsub-distributed-events/configs/jabber.conf.sample?view=diff&rev=213824&r1=213823&r2=213824
==============================================================================
--- team/marquis/pubsub-distributed-events/configs/jabber.conf.sample (original)
+++ team/marquis/pubsub-distributed-events/configs/jabber.conf.sample Mon Aug 24 06:48:18 2009
@@ -4,11 +4,14 @@
 					;;setup (ie, using your personal Gtalk account for a test)
 					;;you might lose your contacts list. Default is 'no'.
 ;autoregister=yes			;;Auto register users from buddy list.
+;collection_nodes=yes			;;Enable support for XEP-0248 for use with
+					;;distributed device state.  Default is 'no'.
 
 ;[asterisk]				;;label
 ;type=client				;;Client or Component connection
 ;serverhost=astjab.org			;;Route to server for example,
 					;;	talk.google.com
+;pubsub_node=pubsub.astjab.org		;;Node to use for publishing events via PubSub
 ;username=asterisk at astjab.org/asterisk	;;Username with optional resource.
 ;secret=blah				;;Password
 ;priority=1				;;Resource priority
@@ -16,6 +19,11 @@
 ;usetls=yes				;;Use tls or not
 ;usesasl=yes				;;Use sasl or not
 ;buddy=mogorman at astjab.org		;;Manual addition of buddy to list.
+					;;For distributed events, these buddies are
+					;;automatically added in the whitelist as
+					;;'owners' of the node(s).
+;distribute_events=yes			;;Whether or not to distribute events using
+					;;this connection.  Default is 'no'.
 ;status=available			;;One of: chat, available, away,
 					;;	xaway, or dnd
 ;statusmessage="I am available"		;;Have custom status message for




More information about the svn-commits mailing list