From ccd57a3694d4e63ae8746839645fe44f1b9975f4 Mon Sep 17 00:00:00 2001 From: damau Date: Thu, 31 Jan 2013 10:22:11 +0000 Subject: [PATCH] added xmpp4r/muc rooms so notifications can be sent to a room --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3b54673..c9eab07 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem 'campy' # Hipchat gem 'hipchat' # Google Talk -gem 'xmpp4r' +gem 'xmpp4r', :require => ["xmpp4r", "xmpp4r/muc"] # Hoiio (SMS) gem 'hoi' # Pushover (iOS Push notifications) -- libgit2 0.21.2