Commit ccd57a3694d4e63ae8746839645fe44f1b9975f4

Authored by damau
1 parent 3f0b112f
Exists in master and in 1 other branch production

added xmpp4r/muc rooms so notifications can be sent to a room

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -49,7 +49,7 @@ gem 'campy'
49 49 # Hipchat
50 50 gem 'hipchat'
51 51 # Google Talk
52   -gem 'xmpp4r'
  52 +gem 'xmpp4r', :require => ["xmpp4r", "xmpp4r/muc"]
53 53 # Hoiio (SMS)
54 54 gem 'hoi'
55 55 # Pushover (iOS Push notifications)
... ...