Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
OperationSet
All Known Implementing Classes:
OperationSetWebAccountRegistrationIcqImpl

public interface OperationSetWebAccountRegistration
extends OperationSet

The operation set is there to propose an extremely simple and light way of registering new accounts for a given protocol. The getAccountRegistrationURL() returns a URL that when opened in a web browser allows you to register your own account with the corresponding protocol.

Author:
Emil Ivov

Method Summary
 URL getAccountRegistrationURL()
          Returns a URL that points to a page which allows for on-line registration of accounts belonging to the service supported by this protocol provider.
 

Method Detail

getAccountRegistrationURL

URL getAccountRegistrationURL()
Returns a URL that points to a page which allows for on-line registration of accounts belonging to the service supported by this protocol provider.

Returns:
a URL pointing to a web page where one could register their account for the current protocol.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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