# File lib/xmpp4r-simple.rb, line 162 def add(*jids) contacts(*jids) do |friend| next if subscribed_to? friend friend.ask_for_authorization! end end