Add olm account loading/creation and a initial olm command.

This commit is contained in:
poljar (Damir Jelić) 2018-03-05 19:34:51 +01:00
parent 45e6f742ec
commit c52b7866c8
5 changed files with 210 additions and 0 deletions

View file

@ -36,6 +36,7 @@ from matrix.colors import Formatted
from matrix.utf import utf8_decode
from matrix.http import HttpResponse
from matrix.api import MatrixSendMessage
from matrix.encryption import matrix_olm_command_cb
# Weechat searches for the registered callbacks in the scope of the main script
# file, import the callbacks here so weechat can find them.