This page last changed on Mar 30, 2011 by wikibot.

JabberSend()

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,bob@domain.com,Hello world) sends "Hello world" to bob@domain.com as an XMPP message from the account asterisk, configured in jabber.conf.

Syntax

JabberSend(account,jid,message)
Arguments
  • account - The local named account to listen on (specified in jabber.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.

See Also

Function_JABBER_STATUS
Function_JABBER_RECEIVE

Import Version

This documentation was imported from Asterisk version SVN-branch-1.8-r311874.

Document generated by Confluence on Oct 04, 2011 12:42