Damir Jelić

Results 351 comments of Damir Jelić

That's not implemented.

First nio needs to get the ability to list public rooms as described in the [spec](https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-publicrooms). Now listing rooms is paginated, so we will need to have a custom buffer...

Older messages won't be decryptable unless you export your keys from Riot and import them in Weechat. I have no idea why messages aren't being received though, that's a separate...

Thanks for taking a shot at this. We have two webrtc branches. One is using aiortc the other one as you noticed gstreamer. The aiortc one successfully connects to a...

No preference at all, whatever works™. Using gstreamer would be probably better since it has so much support in the differing GUI toolkits.

That's great news. For the user interface, nothing fancy is needed: - hangup - mute the microphone - optionally if it isn't annoying to implement, disable the webcam GUI-less audio...

Well yes and no, you answer a call through Weechat and then it spawns a separate program to do the call.

The other program should spawn a window where you could see the video stream of the other participant and have some controls to mute, hide/show your camera, and end the...

I don't think that this is a bug, that panic happens if you didn't exchange room keys and attempt to encrypt and send a message to a room, please take...

Oh indeed, sorry about the confusion. Care to share how your `Client` setup looks, what type of storage you are using and how your `EncryptionSettings` look like.