forked from Mirrors/freeswitch
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>
|