1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00
Go to file
Dmitry Podgorny 1012e11283 Legacy SSL support
Add "legacy" tls policy to /account and /connect commands. When this
policy is specified the connection is connected with
XMPP_CONN_LEGACY_SSL flag. Notice, legacy SSL and STARTTLS are not
compatible and user has to know when exactly the new policy should be
used.

To enable it, run one of the next commands:
  /connect <jid> tls legacy [server <host>]
  /account <name> set tls legacy

Notice, there is no SRV record for legacy SSL. Therefore, you may need
"server" property to connect successfully. Refer to configuration
provided by your server.
2017-06-24 21:33:30 +03:00
apidocs Update Copyright 2017-01-28 17:24:22 +00:00
docs Update Copyright 2017-01-28 17:24:22 +00:00
icons better, final icons 2016-03-09 12:55:57 +01:00
src Legacy SSL support 2017-06-24 21:33:30 +03:00
tests Only send ping requests to client that support it 2017-06-16 00:59:21 +01:00
themes Add main.help.header to themes 2016-10-30 17:06:06 +00:00
.gitignore Update plugin API docs 2016-08-02 23:17:28 +01:00
.travis.yml Add gtk to travis build 2017-03-25 02:23:01 +00:00
bootstrap.sh Remove -fv flags from autoreconf 2016-09-13 00:47:54 +01:00
CHANGELOG Update CHANGELOG 2017-06-13 23:39:33 +01:00
configure-debug Include python plugins by default in build 2016-07-24 01:34:02 +01:00
configure-plugins Added python plugins code 2016-02-24 00:31:55 +00:00
configure.ac Update Glib dependency to 2.40 2017-03-25 02:07:27 +00:00
COPYING Added GPL 2012-02-20 20:07:38 +00:00
LICENSE.txt Update Copyright 2017-01-28 17:24:22 +00:00
Makefile.am Include CHANGELOG and README.md in package 2017-02-07 23:39:42 +00:00
prof.supp Fix memory leaks 2016-06-08 22:23:00 +01:00
profanity.spec Set version to 0.5.0 development 2014-05-18 16:29:58 +01:00
profrc.example Added example profrc config 2014-06-29 22:58:33 +01:00
README.md Update README.md 2017-06-11 20:22:19 +01:00
theme_template Add /inputwin top|bottom command 2016-09-19 23:40:45 +01:00
travis-build.sh Travis build: Run unit tests once 2016-09-03 23:07:16 +01:00

Profanity Build Status

Profanity is a console based XMPP client inspired by Irssi,

alt tag

See the User Guide for information on installing and using Profanity.

Homepage: http://www.profanity.im

Mailing List: https://groups.google.com/forum/#!forum/profanitydev

Plugins repository: https://github.com/boothj5/profanity-plugins