diff options
-rw-r--r-- | plugins/gpg/__init__.py | 5 | ||||
-rw-r--r-- | plugins/pointpoint.py | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/plugins/gpg/__init__.py b/plugins/gpg/__init__.py index 6c1165df..156f38b2 100644 --- a/plugins/gpg/__init__.py +++ b/plugins/gpg/__init__.py @@ -46,7 +46,10 @@ whenever you need it. The ``keys`` section contains your contact’s id keys. For each contact you want to have encrypted conversations with, add her/his JID associated with the keyid -of his/her key. +of his/her key. You can autogenerate a keys section based on the ones already +in your trust chain by running the script ``poezio_gpg_export`` provided with +poezio (in the :file:`scripts/` directory). Please double-check the section +created this way. And that’s it, now you need to talk directly to the **full** jid of your contacts. Poezio doesn’t let you encrypt messages whom recipients is a bare diff --git a/plugins/pointpoint.py b/plugins/pointpoint.py index 51b2662c..395cd058 100644 --- a/plugins/pointpoint.py +++ b/plugins/pointpoint.py @@ -2,8 +2,6 @@ This plugin adds a command (that can be bound to a key) that adds a random number of dots in the input, making you look depressed, or overly thinking... -.. note:: ....... - Installation ------------ Load the plugin.:: |