# File lib/xmpp4r-simple.rb, line 170
    def remove(*jids)
      contacts(*jids) do |unfriend|
        unfriend.unsubscribe!
      end
    end