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