Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[muc] State of MUC should reflect room destruction #624

Merged

Commits on Sep 5, 2024

  1. [muc] State of MUC should reflect room destruction

    After a room is destroyed, the MultiUserChat-stored representation of the 'join' state of any occupant should be updated to reflect that the user is no longer in the room.
    
    This fixes a problem where an occupant (that not itself triggered the destruction) appears to continue be part of a room after its destruction.
    
    Additional integration test assertions are added to check for the invalid state fixed by this commit.
    
    fixes SMACK-949
    guusdk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    93efdf3 View commit details
    Browse the repository at this point in the history