[Freeswitch-svn] [commit] r8458 - freeswitch/trunk/conf/jingle_profiles

Freeswitch SVN anthm at freeswitch.org
Fri May 16 22:01:22 EDT 2008


Author: anthm
Date: Fri May 16 22:01:22 2008
New Revision: 8458

Modified:
   freeswitch/trunk/conf/jingle_profiles/client.xml
   freeswitch/trunk/conf/jingle_profiles/server.xml

Log:
forgot to tell ppl to take x- away in the example

Modified: freeswitch/trunk/conf/jingle_profiles/client.xml
==============================================================================
--- freeswitch/trunk/conf/jingle_profiles/client.xml	(original)
+++ freeswitch/trunk/conf/jingle_profiles/client.xml	Fri May 16 22:01:22 2008
@@ -1,5 +1,6 @@
 <include>
   <!-- Client Profile (Original mode) -->
+  <!-- to use this profile take the x- away from the open and close tags so its <profile> and </profile> -->
   <x-profile type="client">
     <param name="name" value="$${xmpp_client_profile}"/>
     <param name="login" value="myjid at myserver.com/talk"/>

Modified: freeswitch/trunk/conf/jingle_profiles/server.xml
==============================================================================
--- freeswitch/trunk/conf/jingle_profiles/server.xml	(original)
+++ freeswitch/trunk/conf/jingle_profiles/server.xml	Fri May 16 22:01:22 2008
@@ -1,5 +1,6 @@
 <include>
   <!-- Component (Server to Server Login) -->
+  <!-- to use this profile take the x- away from the open and close tags so its <profile> and </profile> -->
   <x-profile type="component">
     <param name="name" value="$${xmpp_server_profile}"/>
     <param name="password" value="secret"/>



More information about the Freeswitch-svn mailing list