提交 fa93eadd authored 作者: Anthony Minessale's avatar Anthony Minessale

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
上级 a79fe2c1
<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"/>
......
<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"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论