Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Subinterfaces:
XCapClient
All Known Implementing Classes:
XCapClientImpl

public interface XCapCapsClient

XCAP xcap-caps client interface.

Compliant with rfc4825

Author:
Grigorii Balutsel

Field Summary
static String CONTENT_TYPE
          Xcap-caps content type
static String DOCUMENT_FORMAT
          Xcap-caps uri format
 
Method Summary
 XCapCapsType getXCapCaps()
          Gets the xcap-caps from the server.
 

Field Detail

DOCUMENT_FORMAT

static final String DOCUMENT_FORMAT
Xcap-caps uri format

See Also:
Constant Field Values

CONTENT_TYPE

static final String CONTENT_TYPE
Xcap-caps content type

See Also:
Constant Field Values
Method Detail

getXCapCaps

XCapCapsType getXCapCaps()
                         throws XCapException
Gets the xcap-caps from the server.

Returns:
the xcap-caps.
Throws:
IllegalStateException - if the user has not been connected.
XCapException - if there is some error during operation.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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