matrix-org / matrix-ircd

An IRCd implementation backed by Matrix.
Apache License 2.0
224 stars 41 forks source link

Add info for Quassel users #47

Open rodneyrod opened 6 years ago

rodneyrod commented 6 years ago

Added instructions for extra that allow this to work for Quassel users. Closes #46

jplatte commented 4 years ago

It's still unclear to me from #46 and this what "username" has to be used for the identity in Quassel. I'm guessing it's just the localpart of the matrix user ID? Could you clarify that?

Also, AFAICT it should be "connect to matrix-ircd", not "connect to matrix".

rodneyrod commented 4 years ago

username is Matrix username (logon ID), it looks like matrix-ircd pulls the username from the ident for Quassel users.

It's been a while since I've tried this, and I don't have a working setup with both Quassel and matrix-ircd on to test currently.

pali commented 4 years ago

Currently I'm testing quassel and matrix-ircd. It works and I already figured out how to do it prior finding this PR :-) Username needs to be set in ident setting and password in edit server dialog.

SASL authentication (account+password) is ignored and also Auto Identity via NickServ password is ignored. This is important to know as people would first try to set either SASL or NickServ password but it does not work and only password from edit server dialog is used.

jplatte commented 4 years ago

@pali do you want to try putting that into a form in which it can be integrated into README.md and create a PR?