Implements method getContact

cusax-fix
Symphorien Wanko 19 years ago
parent 2ffa30a2f7
commit 99b7b3d836

@ -450,7 +450,11 @@ public ProtocolProviderService getProtocolProvider()
*/
public Contact getContact()
{
return null;
ProtocolProviderService pps = call.getProtocolProvider();
OperationSetPresence opSetPresence = (OperationSetPresence) pps
.getOperationSet(OperationSetPresence.class);
return opSetPresence.findContactByID(getAddress());
}
}

Loading…
Cancel
Save