# File jabber4r/protocol.rb, line 428 def Iq.get_private(session,id,ename,ns) iq=Iq.new(session,id) iq.type="get" return iq end