#1252 mod_vcard_legacy injects vcard-temp:x:update in all kinds of presence stanzas
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Status-Fixed
Priority-Medium
Type-Defect
Compliance
Milestone-0.11
Zash
on
https://xmpp.org/extensions/xep-0398.html
> services MUST include the hash on behalf of their users in every available presence
Observed on the wire:
<presence type='subscribe' to='...' from='...'>
<x xmlns='vcard-temp:x:update'><photo>hexhashhere</photo></x>
</presence>
This was not intentional.
https://xmpp.org/extensions/xep-0398.html > services MUST include the hash on behalf of their users in every available presence Observed on the wire: <presence type='subscribe' to='...' from='...'> <x xmlns='vcard-temp:x:update'><photo>hexhashhere</photo></x> </presence> This was not intentional.
Fixed in https://hg.prosody.im/trunk/rev/e71484c210fb
Changes