# File jabber4r/protocol.rb, line 313

      def Presence.gen_dnd(id, status=nil)

        Presence.new(id, "dnd", status)

      end