jdev - 2025-06-30


  1. bodqhrohro

    Does a MUC need to advertise any feature in order for vCard4 avatars to work in it? I've looked into features of a MUC where it works for sure and can't find there pubsub or anything.

  2. wgreenhouse

    I believe it just needs to not block MUC PMs

  3. wgreenhouse

    as that also affects iq traffic about the vcards

  4. bodqhrohro

    wgreenhouse: I mean the avatar of the MUC itself specifically. Full JIDs are open in all MUCs anyway.

  5. wgreenhouse

    ah! yes, I'd expect a MUC that publishes its own JID to advertise vcard support. this one does: ``` Feature: vcard-temp ```

  6. wgreenhouse

    ah! yes, I'd expect a MUC that publishes its own avatar to advertise vcard support. this one does: ``` Feature: vcard-temp ```

  7. wgreenhouse

    ah! yes, I'd expect a MUC that publishes its own avatar to advertise vcard support. this MUC we're standing in does: ``` Feature: vcard-temp ```

  8. bodqhrohro

    I'm not sure if the Gajim version I have already uses vCard4 for avatars though, AFAIR, older ones used vCard4 for room info and still used vcard-temp for avatars themselves lol.

  9. wgreenhouse

    yeah, I'd expect at least vcard-temp to be advertised by the room

  10. bodqhrohro

    If vcard-temp should work, then it's not requested for some other reason.

  11. bodqhrohro

    I've implemented XEP-0486 only.

  12. lovetox

    I never saw a muc publish a vcard, so no Gajim does never request that

  13. lovetox

    and avatars have to be fetched with vcard-temp, because thats simply the spec, there is no vcrad4 avatars in muc

  14. lovetox

    to be more precise, Gajim requests vcard-temp, to get the avatar and ignores the rest

  15. lovetox

    and it makes not much sense to request a vcard4 because there is no spec for that

  16. singpolyma

    > as that also affects iq traffic about the vcards It shouldn't, but it can if poorly implemented

  17. bodqhrohro

    Should a MUC advertise its avatar hash in roominfo only, not in a presence via vcard-temp:x:update?

  18. lovetox

    Yes, the presence thing was a hack without spec

  19. lovetox

    Though some clients only support that hack so your choice