From 90d4fe602abc04e7665735a1466e2df174dcb476 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 8 May 2012 14:22:45 +0100 Subject: Added dummy xmpp method to PeopleList to make sure that it doesn't cause the XMPP stuff to barf. --- lib/mauve/people_list.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/mauve') diff --git a/lib/mauve/people_list.rb b/lib/mauve/people_list.rb index 8178635..7124241 100644 --- a/lib/mauve/people_list.rb +++ b/lib/mauve/people_list.rb @@ -25,6 +25,11 @@ module Mauve alias username label + # + # A dummy XMPP method. + # + def xmpp; nil ; end + # Append an Array or String to a list # # @param [Array or String] arr -- cgit v1.2.1