forked from Mirrors/freeswitch
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:
parent
a79fe2c125
commit
fa93eaddb9
@ -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"/>
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user