# File lib/jabber4r/protocol.rb, line 344
      def Presence.gen_new_subscription(to)
        p = Presence.new(Jabber.gen_random_id)
        p.type = "subscribe"
        p.to = to
        p
      end