ports/net-im/py-unmessage/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
546 B
Text

unMessage is a peer-to-peer instant messaging application designed to enhance
privacy and anonymity.
Features:
* Transport makes use of Twisted, Tor Onion Services and txtorcon
* Encryption is performed using the Double Ratchet Algorithm implemented in
pyaxo (using PyNaCl)
* Authentication makes use of the Socialist Millionaire Protocol implemented
in Cryptully
* Transport metadata is minimized by Tor and application metadata by the
unMessage protocol
* User interfaces are created with Tkinter (graphical) and curses
(command-line)