From 75965bd39036705cf20ad205a712c47c56261d76 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 8 May 2012 12:05:00 +0100 Subject: Updated notifier only to try to connect to objects that respond to xmpp. --- lib/mauve/notifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mauve') diff --git a/lib/mauve/notifier.rb b/lib/mauve/notifier.rb index c473acf..2e3ac89 100644 --- a/lib/mauve/notifier.rb +++ b/lib/mauve/notifier.rb @@ -69,7 +69,7 @@ module Mauve # # Ignore people without XMPP stanzas. # - next unless person.xmpp + next unless person.respond_to?(:xmpp) and person.xmpp # # For each JID, either ensure they're on our roster, or that we're in -- cgit v1.2.1