Module: XMPP4R
- Includes:
- Jabber
- Defined in:
- lib/god/contacts/jabber.rb
Overview
To add Jabber notifications you must have xmpp4r gem installed. Configure your watches like this:
God::Contacts::Jabber.settings = { :jabber_id => '[email protected]',
:password => 'secret' }
God.contact(:jabber) do |c|
c.name = 'Tester'
c.jabber_id = '[email protected]'
c.group = 'developers'
end