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

Small improvements for slidge #1245

Merged
merged 3 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    f74e06b View commit details
    Browse the repository at this point in the history
  2. Make the discovery of jid type more reliable for MUCs

    XEP-0045 requires a room to
    - have an identity with category='conference'
    - advertise support for the 'http://jabber.org/protocol/muc' feature
    
    Thus it is more reliable to check for both of these things.
    lissine0 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fd8172c View commit details
    Browse the repository at this point in the history
  3. Display messages coming from room jids

    And classify them as status messages.
    
    Although underspecced, this is used in the wild.
    lissine0 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2004c49 View commit details
    Browse the repository at this point in the history