sendAuthSuccess(req_msg, provider);
debug("Sent a OK response to the registration message");
// pass this information to the presence service so notifications can be sent out
Pair status = new Pair(uri, c);
requestEvent.setAttribute("registrationInfo", status);
forward(requestEvent, "ExamplePresenceServiceJiplet");
}
catch (Exception ex)
{