Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Interface OperationSetWebContactInfo

All Superinterfaces:
OperationSet
All Known Implementing Classes:
OperationSetWebContactInfoIcqImpl

public interface OperationSetWebContactInfo
extends OperationSet

The operation set is a very simplified version of the server stored info operation sets, allowing protocol providers to implement a quick way of showing user information, by simply returning a URL where the information of a specific user is to be found.


Method Summary
 URL getWebContactInfo(Contact contact)
          Returns the URL of a page containing information on contact
 URL getWebContactInfo(String contactAddress)
          Returns the URL of a page containing information on the contact with the specified contactAddress.
 

Method Detail

getWebContactInfo

URL getWebContactInfo(Contact contact)
Returns the URL of a page containing information on contact

Parameters:
contact - the Contact that we'd like to get information about.
Returns:
the URL of a page containing information on the specified contact.

getWebContactInfo

URL getWebContactInfo(String contactAddress)
Returns the URL of a page containing information on the contact with the specified contactAddress.

Parameters:
contactAddress - the contactAddress that we'd like to get information about.
Returns:
the URL of a page containing information on the specified contact.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.