• Chinmay Dani's avatar
    Set affiliation to 'none' after removing registration from room. · 291af23c
    Chinmay Dani authored
    Removing registration from room calls #addNone, which removes the requester
    JID from all affiliation lists. But #applyAffiliationChange sets the affiliation
    back to 'member' after it does not find the JID in any affiliation lists. It
    should set the affiliation to 'none' before sending the updated presences.
    291af23c
LocalMUCRoom.java 117 KB