From 0b83323a3bccff72da4aadd8f38d0305a5fdcca4 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 17 Jun 2011 17:31:10 +0100 Subject: * Bytemark auth fixed. * Some hot fixes. --- lib/mauve/configuration.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/mauve/configuration.rb') diff --git a/lib/mauve/configuration.rb b/lib/mauve/configuration.rb index 66dfabf..baf6ad1 100644 --- a/lib/mauve/configuration.rb +++ b/lib/mauve/configuration.rb @@ -328,6 +328,10 @@ module Mauve def xmpp(x) @result.xmpp = x.to_s end + + def sms(x) + @result.sms = x.to_s + end def suppress_notifications_after(h) raise ArgumentError.new("notification_threshold must be specified as e.g. (10 => 1.minute)") unless -- cgit v1.2.1