|
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 OperationSetExtendedAuthorizations
Contains methods that would allow service users to re-request authorizations to add a contact to their contact list or, send them an authorization before having been asked.
| Nested Class Summary | |
|---|---|
static class |
OperationSetExtendedAuthorizations.SubscriptionStatus
The available subscription of the contact. |
| Method Summary | |
|---|---|
void |
explicitAuthorize(Contact contact)
Send a positive authorization to contact thus allowing them to add us to their contact list without needing to first request an authorization. |
OperationSetExtendedAuthorizations.SubscriptionStatus |
getSubscriptionStatus(Contact contact)
Returns the subscription status for the contact or if not available returns null. |
void |
reRequestAuthorization(AuthorizationRequest request,
Contact contact)
Send an authorization request, requesting contact to add them to our contact list? |
| Method Detail |
|---|
void explicitAuthorize(Contact contact)
throws OperationFailedException
contact - the Contact whom we're granting authorization
prior to receiving a request.
OperationFailedException - if we fail sending the authorization.
void reRequestAuthorization(AuthorizationRequest request,
Contact contact)
throws OperationFailedException
request - the AuthorizationRequest that we'd like the
protocol provider to send to contact.contact - the Contact who we'd be asking for an
authorization.
OperationFailedException - if we fail sending the authorization
request.OperationSetExtendedAuthorizations.SubscriptionStatus getSubscriptionStatus(Contact contact)
contact - the contact to query for subscription status.
|
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 | |||||||||