net.java.sip.communicator.service.protocol
Interface TransferAuthority
public interface TransferAuthority
Interacts with user for received transfer request for unknown calls.
- Author:
- Damian Minkov
processTransfer
boolean processTransfer(Contact fromContact,
String transferTo)
- Checks with user for unknown transfer. Returns true if user
accepts and we must process the transfer, false otherwise.
- Parameters:
fromContact - the contact initiating the transfer.transferTo - the address we will be transferred to.
- Returns:
- true if transfer is allowed to process, false
otherwise.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.