27 May 2019 |
mextor | I have on the same sever, synaps with postgres | 20:17:11 |
Maximus | please read the documentation fully. mxisd tries to give you means to integrate with existing implementations, if you so wish, but those implementations do not play nice | 20:20:30 |
Maximus | also, it's up to you how you want to integrate mxisd (if at all) | 20:21:56 |
mextor | so you would recommend to stay with default SQlite ? | 20:22:21 |
Maximus | you're confusing the internal data store and Identity stores | 20:23:08 |
Maximus | they have totally different purposes | 20:23:13 |
Maximus | The internal data store is to save mxisd's state. mxisd does not store identity data as explained in the docs. Identity data is fetched from Identity stores | 20:23:50 |
mextor | ok, then I have to follow this in my case : https://github.com/kamax-matrix/mxisd/blob/master/docs/stores/synapse.md | 20:25:13 |
mextor | ? | 20:25:15 |
Maximus | if you want to use synapse's identity data, yes | 20:25:44 |
mextor | i want all local :) | 20:26:00 |
Maximus | mxisd doesn't need identity stores and can function without them. That's up to your use case if you need one | 20:27:10 |
Maximus | synapse will use your HS data and that's a good local use case yes | 20:28:07 |
mextor | ok done | 20:32:58 |
mextor | Maximus: how do I test it's working ? | 20:43:31 |
Maximus | mextor: For the basic identity server integration, see the getting started | 20:47:24 |
Maximus | for the synapse integration, try to do a lookup on a 3PID already added to the DB | 20:47:52 |
mextor | example mextor@domain ? | 20:49:15 |
mextor | or just mextor | 20:49:57 |
Maximus | an email or a phone number | 20:50:55 |
Maximus | anything already added to someone's profile | 20:51:14 |
mextor | but I can't add emails | 20:51:16 |
mextor | nor phone | 20:51:21 |
mextor | I just created the names ans passes | 20:51:42 |
Maximus | try adding an email then | 20:52:38 |
mextor | I get this : Untrusted ID server 'domain' (Status 400) | 20:54:29 |
Maximus | you did not follow all the steps in the getting started | 20:56:11 |
mextor | msisdn is not a supported 3PID medium type (Status 501) | 20:56:58 |
mextor | after I added trusted domain | 20:57:26 |
Maximus | try an email first | 20:58:25 |