I have not found anything in the documentation or forums on how incoming xmpp messages can be handled. The only way to use jabbersend/receive seems to be within the dialplan of an existing voicecall. I would like to be able to send my asterisk server a xmpp message and begin a conversation with it. When I enter “xmpp set debug on” into the CLI and I send a xmpp message to the asterisk associated google talk account, I see the following in my CLI output:
<— XMPP received from ‘xxxgmailcom’ —>
hi<met:google-mail-signature xmlns:met=“google:metadata”>_xNiTclUQbUIuU_qMylIo4E8M1g</met:google-mail-signature><cha:active xmlns:cha=“http://jabber.org/protocol/chatstates”/><nos:x value=“disabled” xmlns:nos=“google:nosave”/><arc:record otr=“false” xmlns:arc=“http://jabber.org/protocol/archive”/>
<------------->
<— XMPP received from ‘xxxgmailcom’ —>
<cha:inactive xmlns:cha=“http://jabber.org/protocol/chatstates”/>
<------------->
How can I set up asterisk to answer this incoming message and send back a reply? I would like to begin an interactive session…