ejabberd - Comments for "vcard is empty in conference" https://www.ejabberd.im/node/3832 en Using ejabberd 2.1.1 source https://www.ejabberd.im/node/3832#comment-55174 <p>Using ejabberd 2.1.1 source package, and 2.1.2. Default configuration of mod_muc and mod_vcard:</p> <p>Client sends:</p> <pre> &lt;iq id='66:239159' xml:lang='es' type='get' to='someroom@conference.localhost/user1'&gt; &lt;vCard xmlns='vcard-temp'/&gt; &lt;/iq&gt; </pre><p> And client receives:</p> <pre> &lt;iq from='someroom@conference.localhost/user1' to='user1@localhost/work' id='66:239159' type='result'&gt; &lt;vCard xmlns='vcard-temp'&gt; &lt;FN&gt;My Full Name&lt;FN&gt; &lt;NICKNAME&gt;user1rules&lt;NICKNAME&gt; &lt;EMAIL&gt; &lt;INTERNET/&gt; &lt;USERID&gt;user@mail.example.com&lt;USERID&gt; &lt;EMAIL&gt; &lt;EMAIL&gt;user@mail.example.com&lt;EMAIL&gt; &lt;URL&gt;http://www.exmaple.com&lt;URL&gt; &lt;vCard&gt; &lt;iq&gt; </pre> Tue, 19 Jan 2010 13:01:28 +0000 mfoss comment 55174 at https://www.ejabberd.im Did this patch made it into https://www.ejabberd.im/node/3832#comment-55173 <p>Did this patch made it into 2.1.1? If yes, it is not (completly) related because I run 2.1.1 (Debian package) since yesterday and the problem still occurs.</p> <p>Can someone confirm this problem on other servers? I did not change anything for mod_vcard in the config file, I just use the odbc version.</p> Tue, 19 Jan 2010 12:11:02 +0000 Roi comment 55173 at https://www.ejabberd.im Maybe related: Routes vCard https://www.ejabberd.im/node/3832#comment-55172 <p>Maybe related: <noindex><a href="https://support.process-one.net/browse/EJAB-1045" rel="nofollow" >Routes vCard request to the occupant full JID, but should to bare JID</a></noindex></p> Tue, 19 Jan 2010 10:01:45 +0000 mfoss comment 55172 at https://www.ejabberd.im