ejabberd - Comments for "mod_presence problems" https://www.ejabberd.im/node/1824 en Finally I solved it the https://www.ejabberd.im/node/1824#comment-50933 <p>Finally I solved it the other way, installing the SVN version of the ejabberd server.</p> <p>If you want to know, the reason mod_webpresence doesn't display icons etc is because it rely on functionalities of the ejabberd_http module tthat weren't yet implemented on the 1.1.x series.</p> Sat, 22 Sep 2007 11:06:32 +0000 srtxg comment 50933 at https://www.ejabberd.im I'm having exactly the same https://www.ejabberd.im/node/1824#comment-50914 <p>I'm having exactly the same problem... where did you found the older version of mod_presence ? thanks</p> Fri, 21 Sep 2007 10:14:39 +0000 srtxg comment 50914 at https://www.ejabberd.im Problem solved https://www.ejabberd.im/node/1824#comment-46615 <p>The problem was that I used ejabberd 1.1.3 instead of SVN version. The solution was to use an older version of mod_presence.</p> Sun, 19 Aug 2007 18:26:06 +0000 Anonymous comment 46615 at https://www.ejabberd.im Try http://server:5280/presence/... https://www.ejabberd.im/node/1824#comment-42112 <div class="quote-msg"> <div class="quote-author"><em>Anonymous</em> wrote:</div> <p>When I try to acess any URL (e.g <noindex><a href="http://servername/presence/username/servername/xml" title="http://servername/presence/username/servername/xml" rel="nofollow" >http://servername/presence/username/servername/xml</a></noindex>) I always get back a page saying "Not found".</p> <pre>{listen, ... {5280, ejabberd_http, [http_poll, web_admin, {request_handlers, [{["presence"],mod_presence}]} ]},</pre><p> Any idea what could be wrong?</p></div> <p>Looking at your config (which is the same than the explained in the README), ejabberd is listening for HTTP connections in port 5280. </p> <p>So, try this URL instead:<br /> <noindex><a href="http://servername:5280/presence/username/servername/xml" title="http://servername:5280/presence/username/servername/xml" rel="nofollow" >http://servername:5280/presence/username/servername/xml</a></noindex></p> <p>If that doesn't help, make sure you use ejabberd svn, because mod_presence does not work with ejabberd 1.1.3 and older. Also look in ejabberd log files, both at startup and when you try to browse the URL: maybe there are error reports.</p> <div class="quote-msg"> <div class="quote-author"><em>Anonymous</em> wrote:</div> <p>I'm suspecting that the problem is that I'm using a development version from svn, but I havn't been able to find a download for any "stable" package.</p></div> <p>That is not the problem. As you mentioned, the only version published is the SVN one available in ejabberd-modules SVN repository.</p> <p>By the way, if I get time in the next month, I plan to add a pair of features in that module. So, if you finally get it working, and get ideas for new features, you may want to post a comment here with them :)</p> Sun, 12 Aug 2007 18:27:04 +0000 mfoss comment 42112 at https://www.ejabberd.im