Path: | lib/god/contacts/jabber.rb |
Last Update: | Tue Feb 01 11:09:42 +0000 2011 |
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