matrix2051 icon indicating copy to clipboard operation
matrix2051 copied to clipboard

Test more clients

Open progval opened this issue 4 years ago • 7 comments

  • [x] gamja
  • [x] irccloud
  • [x] weechat
  • [x] the lounge
  • [x] hexchat
  • [x] limnoria
  • [ ] irssi
  • [ ] kiwi
  • [x] quassel
  • [ ] ...

progval avatar Nov 07 '21 22:11 progval

I tested circe, from basic observations it works good so far.

Thaodan avatar Jun 26 '22 21:06 Thaodan

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.

mk-fg avatar Dec 21 '22 11:12 mk-fg

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 avatar Feb 19 '23 13:02 zanchey

@zanchey try with -sasl_username foo:matrix.org

progval avatar Feb 19 '23 13:02 progval

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

zanchey avatar Feb 19 '23 13:02 zanchey