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

Latest commit

 

History

History
27 lines (18 loc) · 530 Bytes

README.rdoc

File metadata and controls

27 lines (18 loc) · 530 Bytes

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