...
Example: JabberSend(asterisk,bob@domain.com,Hello world) sends "Hello world" to bob@domain.com as an XMPP message from the account asterisk, configured in jabberxmpp.conf.
Syntax
No Format |
---|
JabberSend(account,jid,message) |
...
account
- The local named account to listen on (specified in jabberxmpp.conf)jid
- Jabber ID of the buddy to send the message to. It can be a bare JID (username@domain) or a full JID (username@domain/resource).message
- The message to send.
...