Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap
Interface XCapClient

All Superinterfaces:
HttpXCapClient, PresContentClient, PresRulesClient, ResourceListsClient, XCapCapsClient
All Known Implementing Classes:
XCapClientImpl

public interface XCapClient
extends HttpXCapClient, XCapCapsClient, ResourceListsClient, PresRulesClient, PresContentClient

XCAP client interface.

Compliant with rfc4825

Author:
Grigorii Balutsel

Field Summary
 
Fields inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.XCapCapsClient
CONTENT_TYPE, DOCUMENT_FORMAT
 
Fields inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.ResourceListsClient
DOCUMENT_FORMAT, ELEMENT_CONTENT_TYPE, NAMESPACE, RESOURCE_LISTS_CONTENT_TYPE
 
Fields inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.PresRulesClient
CONTENT_TYPE, DOCUMENT_FORMAT, NAMESPACE
 
Fields inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
CONTENT_TYPE, DOCUMENT_FORMAT, NAMESPACE
 
Method Summary
 boolean isPresContentSupported()
          Gets information about XCAP pres-content support information.
 boolean isPresRulesSupported()
          Gets information about XCAP pres-rules support information.
 boolean isResourceListsSupported()
          Gets information about XCAP resource-lists support information.
 
Methods inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.HttpXCapClient
connect, delete, disconnect, get, getTimeout, getUri, getUserName, isConnected, put, setTimeout
 
Methods inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.XCapCapsClient
getXCapCaps
 
Methods inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.ResourceListsClient
deleteResourceLists, getList, getResourceLists, putResourceLists
 
Methods inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.PresRulesClient
deletePresRules, getPresRules, putPresRules
 
Methods inherited from interface net.java.sip.communicator.impl.protocol.sip.xcap.PresContentClient
deletePresContent, getImage, getPresContent, getPresContentImageUri, putPresContent
 

Method Detail

isResourceListsSupported

boolean isResourceListsSupported()
Gets information about XCAP resource-lists support information.

Returns:
true if resource-lists is supported.

isPresRulesSupported

boolean isPresRulesSupported()
Gets information about XCAP pres-rules support information.

Returns:
true if pres-rules is supported.

isPresContentSupported

boolean isPresContentSupported()
Gets information about XCAP pres-content support information.

Returns:
true if pres-content is supported.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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