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] Bookmarks.getConferenceStorage() don't parse empty <nick/> #617

Closed
wants to merge 1 commit into from

Commits on Aug 24, 2024

  1. [muc] Bookmarks.getConferenceStorage() don't parse empty <nick/>

    For a conference a server may return empty <nick/> element.
    This will cause an exception on parsing and the whole conference won't appear in a client.
    A similar problem will occur if something wrong with the nick format.
    The nick in a conference is optional thing, and we are safe to ignore any problems with it.
    In this case a default account JID must be used.
    
    Signed-off-by: Sergey Ponomarev <[email protected]>
    stokito committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6da2019 View commit details
    Browse the repository at this point in the history