matrix2051
matrix2051 copied to clipboard
Test more clients
- [x] gamja
- [x] irccloud
- [x] weechat
- [x] the lounge
- [x] hexchat
- [x] limnoria
- [ ] irssi
- [ ] kiwi
- [x] quassel
- [ ] ...
I tested circe, from basic observations it works good so far.
One of the Emacs built-in IRC clients (comes with at least two) - ERC - needs a small workaround mentioned in #41, but otherwise works, afaict after a week or so of using it with group chats.
irssi doesn't seem to work yet, but only because I think I need to add more detail to authenticate properly.
/network add Matrix -sasl_username [email protected] -sasl_password abcdef -nick foo -user [email protected]
/server add -network Matrix localhost 2051
/connect localhost 2051
21:08 [Matrix] -!- Irssi: Looking up localhost
21:08 [Matrix] -!- Irssi: Connecting to localhost [127.0.0.1] port 2051
21:08 [Matrix] -!- Irssi: Connection to localhost established
21:08 [Matrix] -!- Capabilities supported: account-tag batch draft/account-registration draft/channel-rename draft/chathistory
draft/multiline echo-message extended-join labeled-response message-tags sasl server-time soju.im/account-required
userhost-in-names
21:08 [Matrix] -!- FAIL * ACCOUNT_REQUIRED :You must authenticate.
@zanchey try with -sasl_username foo:matrix.org
Yeah, I forgot that irssi doesn't support options after parameters...
This works fine:
/NETWORK ADD -sasl_username foo:matrix.org -sasl_password blah -sasl_mechanism plain Matrix
/SERVER ADD -network Matrix localhost 2051
/CONNECT localhost 2051