aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/people_list.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-05-08 14:22:45 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-05-08 14:22:45 +0100
commit90d4fe602abc04e7665735a1466e2df174dcb476 (patch)
tree6a10de3f42237927fb6ece40f5e133c01c0fc223 /lib/mauve/people_list.rb
parenta6c5615b84fed58588b7a9acf36b3084ab58ad44 (diff)
Added dummy xmpp method to PeopleList to make sure that it doesn't cause the
XMPP stuff to barf.
Diffstat (limited to 'lib/mauve/people_list.rb')
-rw-r--r--lib/mauve/people_list.rb5
1 files changed, 5 insertions, 0 deletions
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