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
539 B
Plaintext
22 lines
539 B
Plaintext
# This is an example config that should work with ement.el out of the box
|
|
# You may symlink ~/.config/pantalaimon/pantalaimon.conf to this file
|
|
|
|
[Default]
|
|
LogLevel=Debug
|
|
SSL=True
|
|
Notifications=Off
|
|
DebugEncryption=True
|
|
|
|
[local-matrix]
|
|
Homeserver=https://matrix.org
|
|
ListenAddress=127.0.0.1
|
|
ListenPort=8009
|
|
IgnoreVerification=False
|
|
UseKeyring=False
|
|
# UseKeyring=True does not work for me on pantalaimon restarts
|
|
# UseKeyring=No not tested
|
|
# UseKeyring=Yes not tested
|
|
DropOldKeys=False
|
|
# DropOldKeys=No not tested
|
|
# DropOldKeys=Yes not tested
|