Skip to end of metadata
Go to start of metadata

JabberSend() - [res_xmpp]

Synopsis

Sends an XMPP message to a buddy.

Description

Sends the content of message as text message from the given account to the buddy identified by jid

Example: JabberSend(asterisk,[email protected],Hello world) sends "Hello world" to [email protected] as an XMPP message from the account asterisk, configured in xmpp.conf.

Syntax

JabberSend(account,jid,message)
Arguments
  • account - The local named account to listen on (specified in xmpp.conf)
  • jid - Jabber ID of the buddy to send the message to. It can be a bare JID ([email protected]) or a full JID ([email protected]/resource).
  • message - The message to send.

See Also

Import Version

This documentation was imported from Asterisk Version Unknown

  • No labels