# File jabber4r/protocol.rb, line 280
      def Presence.gen_normal(id, status=nil)
        Presence.new(id, "normal", status)
      end