Google

# File jabber4r/protocol.rb, line 255

      def initialize(id, show=nil, status=nil)

        @id = id

        @show = show if show

        @status = status if status

      end