assertEquals(Request.NOTIFY, request.getMethod());
assertBetween(55, 60, ((SubscriptionStateHeader) request
.getHeader(SubscriptionStateHeader.NAME)).getExpires());
// process the NOTIFY
response = s.processNotify(reqevent);
// reply to the NOTIFY
assertTrue(s.format(), s.replyToNotify(reqevent, response));
// check PRESENCE info - devices/tuples
// -----------------------------------------------