Package org.jivesoftware.smackx.bytestreams.ibb.packet

Examples of org.jivesoftware.smackx.bytestreams.ibb.packet.Open.toXML()


        Open open = new Open("i781hf64", 4096, StanzaType.IQ);
        open.setFrom("romeo@montague.lit/orchard");
        open.setTo("juliet@capulet.lit/balcony");
        open.setPacketID("jn3h8g65");
       
        assertXMLEqual(control, open.toXML());
    }
   
   
}
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.