Vcard-temp (jep-0054) support

from the jep: A user may view another user’‘s vCard by sending an IQ of type “get” to the other user’‘s bare JID. A compliant server MUST return the vCard to the requestor and not forward the IQ to the requestee’'s connected resource.

I’‘m seeing vcard requests being sent to requestee’‘s connected resource, which apparently isn’'t correct?

I see it listed as supported on:

http://www.jivesoftware.org/builds/wildfire/docs/latest/documentation/protocol-s upport.html

never mind, I see that JBother is including the resource in it’'s iq, so the client is wrong.

I don’'t know whether the server should handle this situation somehow or not. I see that if I send the request by hand without the reource tacked on the server does the right thing.