Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

sophsec/xmpp-irc-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xmpp-irc-relay

A simple XMPP relay to IRC using xmpp4r and and Isaac.

Requirements:

Synopsis:

  • After editing config.yaml, filling in the appropriate XMPP and IRC connection information:

    $ ./relay.rb config.yaml

Example Configuration File:

:xmpp:
  :user: USER@HOST/RESOURCE
  :password: PASSWORD
  :channel: CHANNEL@conference.HOST/NICK
:irc:
  :server: HOST
  :nick: NICK
  :channel: CHANNEL

About

A non-transparent XMPP to IRC relay using xmpp4r and isaac.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages