rsadowski 00f7ab0f2f Import libmesode-0.9.2; OK kn@
Comment:
fork of libstrophe for use with profanity XMPP client

Description:
libmesode is a minimal XMPP library written in C. libmesode is a fork of
libstrophe for use in Profanity (ports/net/profanity).

Reasons for forking:

    Remove Windows support
    Support only one XML Parser implementation (expat)
    Support only one SSL implementation (OpenSSL)

This simplifies maintenance of the library when used in Profanity.

Whilst Profanity will run against libstrophe, libmesode provides extra TLS
functionality such as manual SSL certificate verification.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://github.com/boothj5/libmesode
2019-03-03 19:14:28 +00:00

14 lines
486 B
Plaintext

libmesode is a minimal XMPP library written in C. libmesode is a fork of
libstrophe for use in Profanity (ports/net/profanity).
Reasons for forking:
Remove Windows support
Support only one XML Parser implementation (expat)
Support only one SSL implementation (OpenSSL)
This simplifies maintenance of the library when used in Profanity.
Whilst Profanity will run against libstrophe, libmesode provides extra TLS
functionality such as manual SSL certificate verification.