# File lib/xmpp4r-simple.rb, line 178 def subscribed_to?(jid) contacts(jid) do |contact| return contact.subscribed? end end