|
|
# PGP Plugin
|
|
|
|
|
|
**Warning**: This Plugin exists on Gajim-Master branch only!
|
|
|
|
|
|
This plugin implements PGP encryption via [XEP-0027](https://xmpp.org/extensions/xep-0027.html).
|
|
|
|
|
|
*Gajim 0.16.X has different PGP code. All Changes listed here do not apply to the Gajim 0.16.X branch.*
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
You need `python-gnupg` installed. |
|
|
|
|
|
## Changelog
|
|
|
|
|
|
###### 1.1.1 - 30.06.2017
|
|
|
- Bug fixes
|
|
|
|
|
|
###### 1.1.0 - 10.06.2017
|
|
|
- Add encrypted file transfers with the [HTTPUploadPlugin](./HttpUploadPlugin)
|
|
|
|
|
|
###### 1.0.0 - 06.05.2017
|
|
|
- Move code from Gajim-core into this plugin
|
|
|
|