ma1uta

Results 40 comments of ma1uta

No, you shouldn't worry about that. In the case when some feature is disabled then feature's configuration can be null.

I haven't found that functions. There are two cases: first, explicitly turn on feature and configure it (or use some defaults parameters), and second, when feature disabled by default or...

Try to enable ``` matrix: v2: true ``` Element requires the V2 API enabled.

If you want authenticated uses with LDAP you should setup https://github.com/ma1uta/matrix-synapse-rest-password-provider + ma1sd, password-provider will send login/password to ma1sd and ma1sd will authenticate user in the configures LDAP.

Yes, endpoint should points to ma1sd server.

Currently jmsdk doesn't support decrypt/encrypt methods. You can use JNA. I think to have pure java implementation of the olm/megolm.

Hello. Sorry for the late answer. I double checked the code and ma1sd always return CORS headers. I think this issue occurs because V2 API was disabled in the previous...

matrix-synapse-rest-password-provider was forked in the https://github.com/ma1uta/matrix-synapse-rest-password-provider, feel free to create a PR.