ejabberd - Comments for "ejabberd version"
https://www.ejabberd.im/node/3484
enIt 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 +0000wzbozoncomment 61162 at https://www.ejabberd.imCheck 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>
<iq type='get' to='localhost'>
<query xmlns='jabber:iq:version'/>
</iq>
<iq from='localhost' to='user@localhost/Tka' type='result'>
<query xmlns='jabber:iq:version'>
<version>2.1.0-alpha</version>
</query>
</iq>
</pre>Mon, 27 Apr 2009 09:21:50 +0000mfosscomment 54190 at https://www.ejabberd.im