# File lib/jabber4r/protocol.rb, line 283 283: def Presence.gen_normal(id, status=nil) 284: Presence.new(id, "normal", status) 285: end