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