log.info("PresenceServlet: ..." + req.getPathInfo());
DatastoreService datastore = DatastoreServiceFactory.getDatastoreService();
XMPPService xmpp = XMPPServiceFactory.getXMPPService();
Presence presence = xmpp.parsePresence(req);
JID userJID = presence.getFromJid();
if (presence.getPresenceType() == PresenceType.AVAILABLE ||
presence.getPresenceType() == PresenceType.UNAVAILABLE) {
// Store the user's presence.