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