# File lib/jabber4r/protocol.rb, line 272 272: def Presence.gen_initial(id, show=nil, status=nil) 273: Presence.new(id, show, status) 274: end