<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_RECEIVE">Asterisk 11 Function_JABBER_RECEIVE</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_RECEIVE-JABBERRECEIVE%28%29"></a>JABBER_RECEIVE()</h1>

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

<p>Reads XMPP messages.</p>
<h3><a name="Asterisk11Function_JABBER_RECEIVE-Description"></a>Description</h3>



<p>Receives a text message on the given <em>account</em> from the buddy identified by <em>jid</em> and returns the contents.</p>

<p>Example: ${JABBER_RECEIVE(asterisk,bob@domain.com)} returns an XMPP message sent from <em>bob@domain.com</em> (or nothing in case of a time out), to the <em>asterisk</em> XMPP account configured in jabber.conf.</p>

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

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>JABBER_RECEIVE(account,jid,timeout)</pre>
</div></div>
<h5><a name="Asterisk11Function_JABBER_RECEIVE-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>
        <li>timeout - In seconds, defaults to <tt>20</tt>.</li>
</ul>


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


<ul>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Function_JABBER_STATUS&amp;linkCreation=true&amp;fromPageId=20187408" class="createlink">Asterisk 11 Function&#95;JABBER&#95;STATUS</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_RECEIVE-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_RECEIVE">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_JABBER_RECEIVE?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>