Package de.fu_berlin.inf.dpp.net.internal

Examples of de.fu_berlin.inf.dpp.net.internal.UserListInfo$UserListEntry


            public void processPacket(Packet packet) {
                JID fromJID = new JID(packet.getFrom());

                log.debug("Inv" + Utils.prefix(fromJID) + ": Received userList");
                UserListInfo userListInfo = userListExtProv.getPayload(packet);

                if (userListInfo == null) {
                    log.warn("Inv" + Utils.prefix(fromJID)
                        + ": The received userList packet's"
                        + " payload is null.");
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.net.internal.UserListInfo$UserListEntry

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.