Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

[April 2018] MUC and bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@COM8 COM8 released this 04 Apr 08:58
· 1938 commits to master since this release

In this months release moves MUC (XEP-0045) support from the 90% done state to the 99% done state. All key features are implemented and ready to get tested. I've moved "Manage bookmarks" from the MUC #10 issue into the OMEMO #5 issue. The reason for this is: Managing bookmarks requires a more robust Publish-Subscribe (XEP-0060) foundation to be fully functional. Since OMEMO also requires a quiet solid Publish-Subscribe (XEP-0060) foundation I will add support for it alongside the OMEMO implementation.

Due to some changes in the accounts DB you have to add all your XMPP accounts again. All chats and chat messages should be still there and show up again as soon as you add your XMPP account again.

Please report bugs here!

Known bugs:

  • Background image not loading #9
  • App crashes, if not connected to the internet #14
  • Remove bookmark not working #22
  • Chat state won't update #25
  • App crashes sometimes, if you try to delete a chat #23

Changes:

  • Added direct MUC invitation support
  • Added MUC nickname changing support
  • Added MUC occupant kicking support
  • Added MUC banning support
  • Added MUC banlist manipulation support
  • Added presence changing support
  • Improved chat filtering
  • Improved DB performance
  • Improved the MUC browsing page
  • Improved connection error reporting
  • Fixed MUC autojoin
  • Fixed MUC subject changing
  • Fixed MUC browsing not showing timeout
  • Fixed account reconnection loop
  • Fixed #8
  • Fixed #18
  • Fixed #20
  • Fixed #21

Plans for the May release:

How can I get this App?

There are two ways of installing this App:

  1. Via the Microsoft Store. Just click on the badge bellow and download it.

  2. Install the build manually. For this, download, unpack and right click Add-AppDevPackage.ps1 -> Execute with PowerShell.

    Developer mode has to be enabled on your device for this to work.
    Here you can find more information about: How to install UWP Apps, using the developer mode.