|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.OperationSetExtendedAuthorizationsJabberImpl
public class OperationSetExtendedAuthorizationsJabberImpl
Extended authorization implementation for jabber provider.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.java.sip.communicator.service.protocol.OperationSetExtendedAuthorizations |
|---|
OperationSetExtendedAuthorizations.SubscriptionStatus |
| Constructor Summary | |
|---|---|
OperationSetExtendedAuthorizationsJabberImpl(ProtocolProviderServiceJabberImpl provider,
OperationSetPersistentPresenceJabberImpl opSetPersPresence)
Creates OperationSetExtendedAuthorizations. |
|
| 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? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
OperationSetExtendedAuthorizationsJabberImpl(ProtocolProviderServiceJabberImpl provider,
OperationSetPersistentPresenceJabberImpl opSetPersPresence)
opSetPersPresence - the presence opset.provider - the parent provider| Method Detail |
|---|
public void explicitAuthorize(Contact contact)
throws OperationFailedException
explicitAuthorize in interface OperationSetExtendedAuthorizationscontact - the Contact whom we're granting authorization
prior to receiving a request.
OperationFailedException - if we fail sending the authorization.
public void reRequestAuthorization(AuthorizationRequest request,
Contact contact)
throws OperationFailedException
reRequestAuthorization in interface OperationSetExtendedAuthorizationsrequest - 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.public OperationSetExtendedAuthorizations.SubscriptionStatus getSubscriptionStatus(Contact contact)
getSubscriptionStatus in interface OperationSetExtendedAuthorizationscontact - 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 | |||||||||