PAMI\Message\Action\JabberSendAction::__construct
Constructor.
Signature
public function __construct(string
$jabber,
string
$jid,
string
$message )
Parameters
$jabber— string- Client or transport Asterisk uses to connect to JABBER.
$jid— string- XMPP/Jabber JID (Name) of recipient.
$message— string- Message to be sent to the buddy.
Returns
- void