# File jabber4r/protocol.rb, line 269
      def Presence.gen_initial(id, show=nil, status=nil)
        Presence.new(id, show, status)
      end