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

[August 2018] Bookmarks and Message Delivery Receipts

Pre-release
Pre-release
Compare
Choose a tag to compare
@COM8 COM8 released this 04 Aug 13:25
· 1743 commits to master since this release

With this months release UWPX gets full XEP-0048 (Bookmarks) and XEP-0184 (Message Delivery Receipts) support. If the receiving client supports XEP-0184 (Message Delivery Receipts) and decides to reply, that he received the message, a small check mark will show up at the message status icon.
If you don't want UWPX to send those message delivery receipts, you can disable them in the chat settings.
I also started refactoring the chats list to fix the delete chat crash #23 . So because I'm in the middle of refactoring the chats list, the chats list might act a little bit funky from time to time at the moment.

Please report bugs here!

Donations:

Donate Donate

Known bugs:

  • MUC nickname changing not working #29
  • Not receiving offline messages #27
  • MUC subject changing leads to an account disconnect #34

Changes:

  • Added XEP-0048 (Bookmarks)) support
  • Added XEP-0184 (Message Delivery Receipts) support
  • Added chat details right click options
  • Added message parser stats
  • Started refactoring the chats list (still WIP)
  • Improved some account connection error messages
  • Reenabled Hockey App crash reporting again
  • Changed the default chat background for new users
  • Fixed data form serialization
  • Fixed accounts not reconnecting as soon as the network connection status changes
  • Fixed App crashes sometimes, if you try to delete a chat #23
  • Fixed deleting chat won't delete MUCInfo from DB

Examples:

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.