public
Description: A simple HTTP-to-XMPP server
Homepage:
Clone URL: git://github.com/Lytol/yap-server.git
name age message
file .gitignore Loading commit data...
file README.md
file config.yml-example
file yap-server.rb
README.md

YapServer

Translate HTTP requests into Jabber/XMPP messages. Great for webhooks! I also highly recommend using Google Apps Chat for your jabber server since it's stupid-simple to create multiple accounts (for the bot, your local yapper user, etc).

Requirements

Gems:

  • sinatra (0.9.2)
  • xmpp4r (0.5)
  • json (1.1.6)

Optional:

  • mongrel

Running

Create your configuration file (refer to config.yml-example):

cp config.yml-example config.yml

Just run it!

ruby yap_server.rb

Growl Integration

Turn these XMPP messages into Growl messages on your Mac with Yapper