Skip to content

Commit 9322cee

Browse files
committed
initial
1 parent 2b4d82b commit 9322cee

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
XMPP-Client
2+
===========
3+
4+
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

Comments
 (0)