Examples of PresenceType


Examples of tigase.xmpp.impl.roster.RosterAbstract.PresenceType

    // Synchronization to avoid conflict with login/logout events
    // processed in the SessionManager asynchronously
    synchronized (session) {
      try {
        final String jid = session.getJID();
        PresenceType pres_type = roster_util.getPresenceType(session, packet);
        if (pres_type == null) {
          log.warning("Invalid presence found: " + packet.toString());
          return;
        } // end of if (type == null)
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.