Hello, I noticed that in some of MUCs my server won’t display vCard at all, it returns it empty, while on other MUCs it works.
Log of a problematic MUC:
Send:
<iq type="get" to="room/nick">
<vCard xml ns="vcard-temp"/>
</iq>
Receive:
<iq from="room/nick" type="get" xml:lang="en" to="jid">
<vCard xml ns="vcard-temp"/>
</iq>
I’m able to see my own vCard when joining a room on:
conference.jabber.org
chat.conference.hosted.im
conference.silper.cz
I’m unable to see my vCard when joining a room on:
chat.speeqe.com (ejabberd 2.1.0-alpha)
conference.jabbear.com (ejabberd 2.0.1)
conference.jrudevels.org (ejabberd 2.0.1)
But I’m able to see my vCard if I join with JID on one of servers it didn’t work, for example, MUC in chat.speeqe.com with jabbear.com account works.
Is there anything that could be fixed on hosted.im service so my vCard would be visible in every appropriately configured MUC?
