# File ./protocol.rb, line 358 def Presence.gen_accept_unsubscription(id, jid) p = Presence.new(id) p.type = "unsubscribed" p.to = jid p end