• Joined on 2025年04月05日
alexander_potemkin commented on issue imbev/simplematrixbotlib#100 2025年04月05日 18:01:18 +02:00
Does encryption work at all?

@zzzz wrote in imbev/simplematrixbotlib#100 (comment):

As an update.

I did find a different python library, that does handle encryption for...

alexander_potemkin commented on issue imbev/simplematrixbotlib#100 2025年04月05日 13:54:56 +02:00
Does encryption work at all?

Apologies, here what I've tried to catch every event:

@bot.listener.on_message_event
async def everything(room, message):
 match = botlib.MessageMatch(room, message, bot)
 ...
alexander_potemkin commented on issue imbev/simplematrixbotlib#100 2025年04月05日 13:52:00 +02:00
Does encryption work at all?

It appears you can get verification by combining matrix-commander-rs in console and Ciny web client -> you get your credentials.json file and store folder that seems like working fine (verified...