forked from Mirrors/freeswitch
3241200072
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4026 d0543943-73ff-0310-b7d9-9358b9ac24b2
9 lines
320 B
XML
9 lines
320 B
XML
<configuration name="xmpp_event.conf" description="XMPP Event Handler">
|
|
<settings>
|
|
<param name="#debug" value="1"/>
|
|
<param name="jid" value="freeswitch@my.jabber.com/me"/>
|
|
<param name="passwd" value="mypass"/>
|
|
<param name="target-jid" value="freeswitch@reader.org/him"/>
|
|
</settings>
|
|
</configuration>
|