I'd like to bridge a MUC room on ejabberd to an IRC room on an irc server. Is this possible using mod_irc?
Also, I'd like to restrict mod_irc to connecting to a specific server if possible.
Any hints? Thanks.
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I'd like to bridge a MUC room on ejabberd to an IRC room on an irc server. Is this possible using mod_irc?
Also, I'd like to restrict mod_irc to connecting to a specific server if possible.
Any hints? Thanks.
I'd like to bridge a MUC room
No, but Ijchain seems to do what you want.
It's not possible in mod_irc, but it wouldn't be that hard to implement is you are interested. You will need to recompile and restart ejabberd.
You can also try xmppirc and jjigw, maybe one of them already implements that feature.