This page last changed on Jul 20, 2012 by wikibot.
JabberStatus()
Synopsis
Retrieve the status of a jabber list member
Description
This application is deprecated. Please use the JABBER_STATUS() function instead.
Retrieves the numeric status associated with the specified buddy JID. The return value in the _Variable_will be one of the following.
- 1 - Online.
- 2 - Chatty.
- 3 - Away.
- 4 - Extended Away.
- 5 - Do Not Disturb.
- 6 - Offline.
- 7 - Not In Roster.
Syntax
Arguments
- Jabber - Client or transport Asterisk users to connect to Jabber.
- JID - XMPP/Jabber JID (Name) of recipient.
- Variable - Variable to store the status of requested user.
Import Version
This documentation was imported from Asterisk Version SVN-trunk-r370328
|