Skip to content

A WIP secure XMPP client for UWP (Windows 10) devices.

License

Notifications You must be signed in to change notification settings

LibreHacker/UWPX-Client

 
 

Repository files navigation

Donate Donate

Platform Branch Build Status Latest Version - Store Latest Version - Sideload
x64 master Build Status v.0.35.1.0 v.0.35.1.0
x86 master Build Status v.0.35.1.0 v.0.35.1.0
ARM master Build Status v.0.35.1.0 v.0.35.1.0

UWP-XMPP-Client - Now with OMEMO 🐠 support read on...

[This app is still in alpha stage!]

Chat with all your XMPP contacts.

UWPX is a secure and Open Source XMPP app for all your UWP (Windows 10) devices.

It implements the Extensible Messaging and Presence Protocol (XMPP). At the moment UWPX is still in ALPHA state so expect regular crashes and unexpected behavior.

Want more up to date news?

Follow @UWPX_APP on Twitter.

Table of Contents

  1. Features
  2. ToDo
  3. Installation
  4. Examples
  5. References

Features:

Name XEPs Version
Data Forms XEP-0004 2.10.0 (2020-05-05)
Service Discovery XEP-0030 2.5rc3 (2017-10-03)
MUC XEP-0045 1.32.0 (2019-05-15)
Bookmarks XEP-0048 1.32.0 (2019-05-15)
Publish-Subscribe XEP-0060 1.18.0 (2020-02-27)
Chat State XEP-0085 2.1 (2009-09-23)
Personal Eventing Protocol XEP-0163 1.2.1 (2018-03-18)
Message Delivery Receipts XEP-0184 1.4.0 (2018-08-02)
XMPP Ping XEP-0199 2.0.1 (2019-03-26)
Direct MUC Invitations XEP-0249 1.2 (2011-09-22)
Message Carbons XEP-0280 0.13.2 (2019-12-16)
Message Archive Management (EXPERIMENTAL) XEP-0313 0.7.2 (2020-09-29)
Chat Markers XEP-0333 0.4 (2020-04-15)
Message Processing Hints XEP-0334 0.3.0 (2018-01-25)
Data Forms - Dynamic Forms XEP-0336 0.2 (2015-11-09)
Unique and Stable Stanza IDs XEP-0359 0.6.0 (2018-10-01)
HTTP File Upload (DOWNLOAD) XEP-0363 1.0.0 (2020-02-11)
OMEMO #5, #125 (EXPERIMENTAL) XEP-0384 0.7.0 (2020-09-05)
Consistent Color Generation XEP-0392 0.7.0 (2019-10-16)

ToDo:

Name XEPs Version
vcard-temp XEP-0054 1.2 (2008-07-16)
User Avatar #130 XEP-0084 1.1.4 (2019-09-20)
Instant Messaging Intelligence Quotient (IM IQ) XEP-0148 1.0 (2005-04-01)
Personal Eventing Protocol XEP-0163 1.2.1 (2018-03-18)
Jingle XEP-0166 1.1.2 (2018-09-19)
Jingle Encrypted Transports XEP-0391 0.1.2 (2018-07-31)
Stream Management XEP-0198 1.6 (2018-07-25)
HTTP File Upload (UPLOAD) XEP-0363 1.0.0 (2020-02-11)
Mix XEP-0369 0.14.4 (2020-03-26)

[MORE NOTES TO COME]

Installation:

There are three ways how you can get access to the app.

1. Microsoft Store:

The simplest way is to just download it via the Microsoft Store.

2. Sideload:

If you don't want to use the Microsoft Store for getting access to UWPX you can also sideload a pre build app.
For this head over to releases and download the latest UWPX-Installer.exe.
Once downloaded, run it and you are ready to go!

For this to work you first have to enable Sideload app in your Windows settings! Click here for more information about this.

3. Build it by your own

Short version:

  1. Install Visual Studio 2019
  2. Clone the repo with Visual Studio 2019
  3. Build the project for your target platform (e.g. x64)
  4. Install the app on your target system: Here you can find more information about: How to install UWP apps, using the developer mode.

Long version:

An extended guide on how to build UWP with images to guide you through can be found here.

Examples:

Chat

Group Chat

Contacts and OMEMO

Registration

References:

This project wouldn’t be possible without the great work of all those people working on the libraries used by UWPX. Here you can find a list of all libraries and other references used for the UWPX development. So take a second, head over and take a look at their great work!

About

A WIP secure XMPP client for UWP (Windows 10) devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.3%
  • Other 0.7%