]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
clear up docs
authorBrian West <brian@freeswitch.org>
Wed, 27 May 2009 16:09:51 +0000 (16:09 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 27 May 2009 16:09:51 +0000 (16:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13468 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/vars.xml

index 4cea3262377c75ebd0c0fecdcbf647bb89ba9a11..f717a845abdbea2c9b3717de6775669694c0c390 100644 (file)
 
   <!-- Enable ZRTP globally you can override this on a per channel basis -->
   <X-PRE-PROCESS cmd="set" data="zrtp_secure_media=true"/>
-  <!--
-      xmpp_client_profile and xmpp_server_profile
-      xmpp_client_profile can be any string. 
-      xmpp_server_profile is appended to "dingaling_" to form the database name
-      containing the "subscriptions" table.
-      used by: dingaling.conf.xml enum.conf.xml 
-  --> 
+
   <!-- 
        Examples of codec options: (module must be compiled and loaded)
        
   -->
   <X-PRE-PROCESS cmd="set" data="global_codec_prefs=G722,PCMU,PCMA,GSM"/>
   <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA,GSM"/>
+
+  <!--
+      xmpp_client_profile and xmpp_server_profile
+      xmpp_client_profile can be any string. 
+      xmpp_server_profile is appended to "dingaling_" to form the database name
+      containing the "subscriptions" table.
+      used by: dingaling.conf.xml enum.conf.xml 
+  --> 
+
   <X-PRE-PROCESS cmd="set" data="xmpp_client_profile=xmppc"/>
   <X-PRE-PROCESS cmd="set" data="xmpp_server_profile=xmpps"/>
   <!--