diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:41:52 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:41:52 -0400 |
commit | ba4da430582e09b8c67b2cbba488ad2b5a599735 (patch) | |
tree | 9554e38dd4a19f75d08c9967de102eff92d34556 /network/gajim | |
parent | 3871e284540e067ec976b9d0f35ff0b94a48b6bb (diff) |
network/gajim: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/gajim')
-rw-r--r-- | network/gajim/README | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/network/gajim/README b/network/gajim/README index 0e7fb0613512..43a93a0285f2 100644 --- a/network/gajim/README +++ b/network/gajim/README @@ -1,5 +1,10 @@ -As of the 0.16 version, gajim uses it's own non-blocking xmpp implementation -called nbxmpp (python-nbxmpp on slackbuilds.org). This is required to build. +gajim is a GTK3-based Jabber client featuring tabbed interface, +tray icon and notifications, encryption support, local link +(Zeroconf/Bonjour) and other interesting things. -For encryption PyOpenSSL is used, which is not required for building, but -produces a warning message on connection if not installed. +As of the 0.16 version, gajim uses its own non-blocking xmpp +implementation called nbxmpp (python-nbxmpp on slackbuilds.org). This +is required to build. + +For encryption PyOpenSSL is used, which is not required for building, +but produces a warning message on connection if not installed. |