<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_JABBER_STATUS">Asterisk 11 Function_JABBER_STATUS</a></h2>
    <h4>Page  <b>added</b> by             <a href="https://wiki.asterisk.org/wiki/display/~wikibot">Wiki Bot</a>
    </h4>
         <br/>
    <div class="notificationGreySide">
         <h1><a name="Asterisk11Function_JABBER_STATUS-JABBERSTATUS%28%29"></a>JABBER_STATUS()</h1>

<h3><a name="Asterisk11Function_JABBER_STATUS-Synopsis"></a>Synopsis</h3>

<p>Retrieves a buddy's status.</p>
<h3><a name="Asterisk11Function_JABBER_STATUS-Description"></a>Description</h3>



<p>Retrieves the numeric status associated with the buddy identified by <em>jid</em>. If the buddy does not exist in the buddylist, returns 7.</p>

<p>Status will be 1-7.</p>

<p>1=Online, 2=Chatty, 3=Away, 4=XAway, 5=DND, 6=Offline</p>

<p>If not in roster variable will be set to 7.</p>

<p>Example: ${JABBER_STATUS(asterisk,bob@domain.com)} returns 1 if <em>bob@domain.com</em> is online. <em>asterisk</em> is the associated XMPP account configured in jabber.conf.</p>

<h3><a name="Asterisk11Function_JABBER_STATUS-Syntax"></a>Syntax</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>JABBER_STATUS(account,jid)</pre>
</div></div>
<h5><a name="Asterisk11Function_JABBER_STATUS-Arguments"></a>Arguments</h5>


<ul>
        <li>account - The local named account to listen on (specified in jabber.conf)</li>
        <li>jid - Jabber ID of the buddy to receive message from. It can be a bare JID (username@domain) or a full JID (username@domain/resource).</li>
</ul>


<h3><a name="Asterisk11Function_JABBER_STATUS-SeeAlso"></a>See Also</h3>


<ul>
        <li><a href="/wiki/display/AST/Asterisk+11+Function_JABBER_RECEIVE" title="Asterisk 11 Function_JABBER_RECEIVE">Asterisk 11 Function&#95;JABBER&#95;RECEIVE</a></li>
        <li><a href="/wiki/display/AST/Asterisk+11+Application_JabberSend" title="Asterisk 11 Application_JabberSend">Asterisk 11 Application&#95;JabberSend</a></li>
</ul>


<h3><a name="Asterisk11Function_JABBER_STATUS-ImportVersion"></a>Import Version</h3>

<p>This documentation was imported from Asterisk Version SVN-trunk-r370322</p>
    </div>
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_JABBER_STATUS">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_JABBER_STATUS?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>