Examples of RosterVersioning


Examples of rocks.xmpp.core.roster.versioning.model.RosterVersioning

    }

    @Test
    public void unmarshalPreApproval() throws JAXBException, XMLStreamException {
        String xml = "<ver xmlns='urn:xmpp:features:rosterver'/>";
        RosterVersioning rosterVersioning = unmarshal(xml, RosterVersioning.class);
        Assert.assertNotNull(rosterVersioning);
    }
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.