]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
forgot to tell ppl to take x- away in the example
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 17 May 2008 02:01:22 +0000 (02:01 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 17 May 2008 02:01:22 +0000 (02:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8458 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/jingle_profiles/client.xml
conf/jingle_profiles/server.xml

index f2137ffa6f1bdd2f7fd90d819dc2915c15d306da..5e09bebfb6f8476e4b6d5ab447fd083a07234453 100644 (file)
@@ -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@myserver.com/talk"/>
index 1a85155d4ebf3ad17a8e526a280975633d6a9e89..9d1533a6e293c1a161dfe6114b57da77c6ab6f35 100644 (file)
@@ -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"/>