Bridge XMPP and IRC chat rooms #1
Closed
opened 2019-07-26 13:58:43 +00:00 by raucao
·
3 comments
Labels
Clear labels
bug
dev environment
docs
duplicate
enhancement
feature
idea
invalid
kredits-1
kredits-2
kredits-3
ops
question
security
ui/ux
wontfix
bug
design
dev environment
docs
duplicate
enhancement
feature
good first issue
idea
invalid
kredits-1
kredits-2
kredits-3
on hold
ops
question
security
ui/ux
wontfix
Something is not working
Config, builds, CI, deployment, etc.
Documentation
This issue or pull request already exists
Improving existing functionality
New functionality
Something to consider
Not a bug
Small contribution
Medium contribution
Large contribution
Manual ops activities, like moving a service to another server
Looking for an answer
All your base are belong to us
User interface, process design, etc.
This won't be fixed
Something is not working
Graphic/visual design
Config, builds, CI, deployment, etc.
Documentation
This issue or pull request already exists
Improving existing functionality
New functionality
Dive in, and start contributing
Something to consider
Not a bug
Small contribution
Medium contribution
Large contribution
Currently not actionable
Manual IT ops activities
Looking for an answer
release
major
release
minor
release
patch
All your base are belong to us
User interface, process design, etc.
This won't be fixed
No labels
Milestone
No items
No Milestone
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kosmos/meta#1
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As we moved most of our chat to XMPP, but people are also still using IRC, I think it would be useful to bridge the two, so that it's possible to use either one, even though not ideal. (In fact, the main idea is to nudge people toward using XMPP when they see where most of the action is.)
As IRC doesn't have user accounts (except for nickserv), showing XMPP handles as
nickname[xmpp]would be easy. But on the XMPP side, I guess we just need one bridge account and then we could show IRC users similar to how the bridge in the bisq channel does it (see attached screenshot). Or we could even do the same on both sides to make it a bit more secure.I have a bridge running from a hubot script already. Just have to finish it up with configs and all...
Initial release is finished: https://gitea.kosmos.org/kosmos/wormhole
Next up is deployment.
All done.