Note that there are some explanatory texts on larger screens.

plurals
  1. POPubSub module returning error
    primarykey
    data
    text
    <p>I'm working on getting <a href="https://github.com/jappix/jappix" rel="nofollow">Jappix</a> running. I'm using ejabberd as my XMPP server and I've got everything working except comments and viewing attachments - group chat, single chat, external authentication, private messages, friend lists, presence and other works as intended. </p> <p>My configuration is the same as the one the Jappix project provides on their <a href="https://github.com/jappix/jappix-tools/blob/master/ejabberd/configs/config_ejabberd.cfg.txt" rel="nofollow">jappix/jappix-tools</a> github repository. I have no errors in my ejabberd log, the only thing I got while debugging and digging everything up is that this is an example stanza sent to the server:</p> <pre><code>&lt;iq xmlns="jabber:client" type="get" id="get_31-30" to="pubsub.mydomain.com" xml:lang="en"&gt; &lt;pubsub xmlns="http://jabber.org/protocol/pubsub"&gt; &lt;items node="urn:xmpp:microblog:0:comments/3aca5f972fe7198805bdd1a20f502f35"/&gt; &lt;/pubsub&gt; &lt;/iq&gt; </code></pre> <p>And this is the response I get from the server:</p> <pre><code>&lt;iq xmlns="jabber:client" from="pubsub.mydomain.com" to="arqu@mydomain.com/jappix (1378149270017)" type="error" id="get_31-30" xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace"&gt; &lt;pubsub xmlns="http://jabber.org/protocol/pubsub"&gt; &lt;items node="urn:xmpp:microblog:0:comments/3aca5f972fe7198805bdd1a20f502f35"/&gt; &lt;/pubsub&gt; &lt;error code="503" type="cancel"&gt; &lt;service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/&gt; &lt;/error&gt; &lt;/iq&gt; </code></pre> <p>And in Jappix I just get the usual "Service Unavailable" error message. </p> <p>Additional info: My BOSH is the internal one of ejabberd and works fine as far as i know, I've setup the reverse proxy and everything else to make it work. Still could be something related to this and not reaching the service on some other port maybe?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload