Package com.calclab.emite.xep.dataforms

Examples of com.calclab.emite.xep.dataforms.Form.x()


  }

  @Test
  public void parseSearchWithoutForm() {
    final Form form = parse(XEP_0055_2_1_SAMPLE_1);
    assertEquals(form.x(), NoPacket.INSTANCE);
  }

  @Test
  public void parseTitle() {
    final Form result1 = parse(XEP_0004_5_1_SAMPLE_2);
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.