|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationSetWebContactInfo
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 |
|---|
URL getWebContactInfo(Contact contact)
contact - the Contact that we'd like to get information
about.
URL getWebContactInfo(String contactAddress)
contactAddress - the contactAddress that we'd like to get
information about.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||