jabber.rb

Path: lib/god/contacts/jabber.rb
Last Update: Sat Oct 24 02:15:33 +0000 2009

To add Jabber notifications you must have xmpp4r gem installed. Configure your watches like this:

  God::Contacts::Jabber.settings = { :jabber_id => 'sender@example.com',
                                     :password  => 'secret' }
  God.contact(:jabber) do |c|
    c.name      = 'Tester'
    c.jabber_id = 'receiver@example.com'
    c.group     = 'developers'
  end

Required files

rubygems   xmpp4r  

[Validate]