ejabberd - Comments for "ejabberd version" https://www.ejabberd.im/node/3484 en It is easy to check version https://www.ejabberd.im/node/3484#comment-61162 <p>It is easy to check version of current Ejabberd installation using this command: ejabberdctl status</p> <p>You will get something like this: </p> <p>root@ip-xxx-31-26-235:~# ejabberdctl status<br /> The node 'ejabberd@ip-172-31-26-235' is started with status: started<br /> ejabberd 2.1.10 is running in that node</p> <p>You must be root user to do this.<br /> To become root type # sudo -s</p> Sun, 28 Jul 2013 21:29:52 +0000 wzbozon comment 61162 at https://www.ejabberd.im Check ejabberd.app or query the server https://www.ejabberd.im/node/3484#comment-54190 <div class="quote-msg"> <div class="quote-author"><em>mikekaganski</em> wrote:</div> <p>Excuse me for a dumb question, but<br /> How can I find out the running ejabberd version?</p> <p>Thank you.</p></div> <p>If you have the source code or the binary code, look in a file called ejabberd.app</p> <pre> {vsn, "2.1.0-alpha"}, </pre><p> Using a Jabber client, you can query the running server. Some servers don't answer to this.</p> <pre> &lt;iq type='get' to='localhost'&gt; &lt;query xmlns='jabber:iq:version'/&gt; &lt;/iq&gt; &lt;iq from='localhost' to='user@localhost/Tka' type='result'&gt; &lt;query xmlns='jabber:iq:version'&gt; &lt;version&gt;2.1.0-alpha&lt;/version&gt; &lt;/query&gt; &lt;/iq&gt; </pre> Mon, 27 Apr 2009 09:21:50 +0000 mfoss comment 54190 at https://www.ejabberd.im