ec16256079
- app-emacs/ement Matrix client for GNU Emacs - app-emacs/ement-extras My package; among other things, tries to make it easier to use E2EE - app-emacs/defmacro-gensym My package; dependency for app-emacs/ement-extras - app-emacs/plz Dependency for app-emacs/ement - app-emacs/ts Dependency for app-emacs/ement - net-im/pantalaimon Dependency for app-emacs/ement[e2e] net-im category is used because pantalaimon is a transparent proxy - dev-python/janus-0.5 Dependency for net-im/pantalaimon
22 lines
541 B
Org Mode
22 lines
541 B
Org Mode
#+title: Quick start with E2E encryption in Ement.el
|
|
|
|
* User config
|
|
|
|
You may
|
|
#+begin_src sh
|
|
ln -s /etc/ement/pantalaimon.conf ~/.config/pantalaimon/pantalaimon.conf
|
|
#+end_src
|
|
|
|
or do something equivalent. See [[/etc/ement/pantalaimon.conf][the config]], it's annotated.
|
|
|
|
* Starting the server
|
|
|
|
Start the server with e.g.
|
|
#+begin_src sh
|
|
pantalaimon --config ~/.config/pantalaimon/pantalaimon.conf
|
|
#+end_src
|
|
|
|
* Starting Ement with Pantalaimon
|
|
|
|
Follow [[file:README.org.bz2::*Encrypted room support through Pantalaimon][Ement's instructions]].
|