-
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.
-
wgreenhouse
I believe it just needs to not block MUC PMs
-
wgreenhouse
as that also affects iq traffic about the vcards
-
bodqhrohro
wgreenhouse: I mean the avatar of the MUC itself specifically. Full JIDs are open in all MUCs anyway.
-
wgreenhouse
ah! yes, I'd expect a MUC that publishes its own JID to advertise vcard support. this one does: ``` Feature: vcard-temp ```✎ -
wgreenhouse
ah! yes, I'd expect a MUC that publishes its own avatar to advertise vcard support. this one does: ``` Feature: vcard-temp ``` ✏
-
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 ``` ✏
-
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.
-
wgreenhouse
yeah, I'd expect at least vcard-temp to be advertised by the room
-
bodqhrohro
If vcard-temp should work, then it's not requested for some other reason.
-
bodqhrohro
I've implemented XEP-0486 only.
-
lovetox
I never saw a muc publish a vcard, so no Gajim does never request that
-
lovetox
and avatars have to be fetched with vcard-temp, because thats simply the spec, there is no vcrad4 avatars in muc
-
lovetox
to be more precise, Gajim requests vcard-temp, to get the avatar and ignores the rest
-
lovetox
and it makes not much sense to request a vcard4 because there is no spec for that
-
singpolyma
> as that also affects iq traffic about the vcards It shouldn't, but it can if poorly implemented ↺
-
bodqhrohro
Should a MUC advertise its avatar hash in roominfo only, not in a presence via vcard-temp:x:update?
-
lovetox
Yes, the presence thing was a hack without spec
-
lovetox
Though some clients only support that hack so your choice