Package com.calclab.emite.core.stanzas.Message

Examples of com.calclab.emite.core.stanzas.Message.Type


  }

  @Test
  public void shouldTypeNotSpecifiedType() {
    final Message message = new Message(XMLBuilder.create("message").getXML());
    final Type type = message.getType();
    assertSame(Type.normal, type);
  }
View Full Code Here

TOP

Related Classes of com.calclab.emite.core.stanzas.Message.Type

Copyright © 2018 www.massapicom. 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.