Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add matterbridge support #254

Open
shazow opened this issue Nov 19, 2017 · 7 comments
Open

Add matterbridge support #254

shazow opened this issue Nov 19, 2017 · 7 comments
Labels

Comments

@shazow
Copy link
Owner

shazow commented Nov 19, 2017

https://github.com/42wim/matterbridge

Would be fun(ny).

@42wim
Copy link
Contributor

42wim commented Dec 3, 2017

Stumbled on this issue and thought why not :)
I've just added (initial) support for ssh-chat to matterbridge ;-)
42wim/matterbridge@67a9d13

Add the sshchat bridge to the matterbridge.toml

[sshchat.test]
server="localhost:2022"
nick="matterbridge"

And add it to the gateway

[[gateway]]
    name = "sshirc"
    enable=true

   [[gateway.inout]]
   account = "sshchat.test"
   channel = "sshchat" #must be sshchat

   [[gateway.inout]]
   account = "irc.freenode"
   channel = "#testingtesting"

@shazow
Copy link
Owner Author

shazow commented Dec 3, 2017

@42wim Hey that's really cute, well done! Do you have a public server running it anywhere?

@42wim
Copy link
Contributor

42wim commented Dec 3, 2017

I've got a public matterbridge instance running but only connected to hosted bridges (discord, gitter, slack, irc ..) No ssh-chat at the moment. But if you got a spare one I could point my matterbridge to it :)

@shazow
Copy link
Owner Author

shazow commented Dec 3, 2017

How much activity is there normally? If it's pretty low activity, could point it at the main chat.shazow.net instance to give it a try. If it's pretty loud, would probably be better to setup a separate one.

@42wim
Copy link
Contributor

42wim commented Dec 3, 2017

Not that much, sometimes bursty. You can see for yourself on https://gitter.im/42wim/matterbridge

@shazow
Copy link
Owner Author

shazow commented Dec 3, 2017

Mmm fair. I suspect it might be a bit too off-topic for the general instance.

@minecraftchest1
Copy link

I think it would be nice to spin up a dedicated ssh.chat server for matterbridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants