On 21 January 2011 21:16, Peter Saint-Andre <[email protected]> wrote: > XEP-0045 now allows multiple full JIDs for the same bare JID to "share" > a single nick in the room. For example, both [email protected]/balcony > and [email protected]/chamber could join [email protected] > as [email protected]/JuliC. > > This introduces a possible point of confusion. When Juliet leaves the > room from her "balcony" resource, she will still be in the room with her > "chamber" resource. However, a client that receives unavailable presence > from [email protected]/JuliC might assume that JuliC is no > longer in the room. >
FWIW Prosody solves this by simply not sending any presence in such cases. It's not terribly intuitive, but it seems to work. Regards, Matthew
