If the proceed case occurs, the receiving entity MUST return a {@code } element qualified by the 'urn:ietf:params:xml:ns:xmpp-tls' namespace.
5152535455565758
} @Test public void unmarshalProceed() throws XMLStreamException, JAXBException { String xml = "<proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>"; Proceed proceed = unmarshal(xml, Proceed.class); Assert.assertNotNull(proceed); }