2005-02-23 build: MUC problem

Pandion reports “There are no conference services available on this server” after installing 2005-02-23 build.

But other clients, Exodus and Gush for example, works well.

info.log:

2005.02.23 22:17:05 Packet sent to unreachable address

<feature var="http://jabber.org/protocol/muc"/>

<feature var="http://jabber.org/protocol/disco#info"/>

<feature var="http://jabber.org/protocol/disco#items"/>

Hey Alexander,

You should report this problem to Pandion. The issue is that by default Pandion will send this packet:

<iq type="get" to="conference.jabber.org" id="sd10">
    <query xmlns="http://jabber.org/protocol/disco#info"/>
</iq>

As you can see it is trying to discover information of “conference.jabber.org” which is incorrect. A quick solution is to click on the “Other Service…” button and enter the MUC service domain (e.g. conference.localhost).

Regards,

– Gato

Thanx, Gato.

Pandion works fine with previous releases, because after discovering jabber.org it try to discover my server.

With 2005-02-23 Pandion require to enter service name. I know how to make this. But my users… ;-(