Work fork of an XMPP to SMS gateway for Bandwidth's V2 Messaging API, using XEP-0100
1source 'https://rubygems.org' 2 3gem 'blather' 4gem 'activesupport', '<5.0.0' 5gem 'eventmachine', '1.0.0' 6 7gem 'hiredis', '~> 0.6.0' 8gem 'redis', '>= 3.2.0' 9 10gem 'goliath' 11gem 'log4r' 12 13gem 'uuid'