Package org.jivesoftware.smackx.packet

Examples of org.jivesoftware.smackx.packet.Jingle.toXML()


      assertTrue(iqReceived instanceof Jingle);

      Jingle jin = (Jingle) iqReceived;
     
      System.out.println("Sent:     " + iqSent.toXML());
      System.out.println("Received: " + jin.toXML());
    }   
  }

  /**
   * Simple class for testing an IQ...
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.