OperationSetPresenceSipImpl opSetPersPresence =
(OperationSetPresenceSipImpl) protocolProvider
.getOperationSet(OperationSetPersistentPresence.class);
Contact from = null;
if(opSetPersPresence != null)
from = opSetPersPresence.resolveContactID(
fromHeader.getAddress().getURI().toString());
if (from == null && opSetPersPresence != null)