Examples of AdvancedMessageProcessingFeature


Examples of rocks.xmpp.extensions.amp.model.feature.AdvancedMessageProcessingFeature

    }

    @Test
    public void unmarshalAmpStreamFeature() throws XMLStreamException, JAXBException {
        String xml = "<amp xmlns='http://jabber.org/features/amp'/>\n";
        AdvancedMessageProcessingFeature feature = unmarshal(xml, AdvancedMessageProcessingFeature.class);
        Assert.assertNotNull(feature);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.