You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is a minimalistic graphical user interface for a secure (fail hard!) and trustworthy XMPP client.
5
+
6
+
This goal is achieved with clean-slate libraries (OCaml-TLS, OCaml-OTR) and few features: no support for HTML/avatars/which music you're playing, ...
7
+
8
+
The configuration has to include the trust anchor for the server certificate - otherwise there is no way how a client can ensure to talk to the correct XMPP server.
9
+
10
+
The features I plan to support:
11
+
- single XMPP account
12
+
- OTR (built-in and enabled by default)
13
+
- strict TLS certificate verification
14
+
- plain text (no HTML!)
15
+
- XEP-0184 (Message Delivery Receipts)
16
+
17
+
While it is currently GTK2 code, the interface is strongly inspired by mcabber.
0 commit comments