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

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8458 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-05-17 02:01:22 +00:00
parent a79fe2c125
commit fa93eaddb9
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<include> <include>
<!-- Client Profile (Original mode) --> <!-- 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"> <x-profile type="client">
<param name="name" value="$${xmpp_client_profile}"/> <param name="name" value="$${xmpp_client_profile}"/>
<param name="login" value="myjid@myserver.com/talk"/> <param name="login" value="myjid@myserver.com/talk"/>

View File

@ -1,5 +1,6 @@
<include> <include>
<!-- Component (Server to Server Login) --> <!-- 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"> <x-profile type="component">
<param name="name" value="$${xmpp_server_profile}"/> <param name="name" value="$${xmpp_server_profile}"/>
<param name="password" value="secret"/> <param name="password" value="secret"/>