Skip to content

hashbang/mod_muc_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a Prosody plugin that allows for XMPP MUC clients to access an IRC server.

This module should be loaded on a separate Virtual Host for each IRC server you wish to connect to.

Each different nick will be a separate IRC connection to the server, so if you use this you may want to get permission from the IRC server owners.

Dependencies

Prosody trunk

Need the new MUC component as well as net.cqueues

Some modifications are required. (Stay tuned for more info)

Configuration

mod_muc_irc should be loaded as a Component.

You will need to define a table irc_server with fields host, port and secure.

e.g.

Component "irc.hashbang.sh" "muc_irc"
	irc_server = {
		host = "irc.hashbang.sh";
		port = 6697;
		secure = true;
	}

It could be loaded as an external component if desired.

About

Prosody plugin that bridges XMPP with IRC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages