# File jabber4r/protocol.rb, line 554 def Iq.gen_vcard(session, id, to) iq = Iq.new(session, id) iq.type = "get" iq.to = to return iq end