|
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 PresRulesClient
XCAP pres-rules client interface.
Compliant with rfc4745, rfc5025
| Field Summary | |
|---|---|
static String |
CONTENT_TYPE
Pres-rules content type |
static String |
DOCUMENT_FORMAT
Pres-rules uri format |
static String |
NAMESPACE
Pres-rules namespace |
| Method Summary | |
|---|---|
void |
deletePresRules()
Deletes the pres-rules from the server. |
RulesetType |
getPresRules()
Gets the pres-rules from the server. |
void |
putPresRules(RulesetType presRules)
Puts the pres-rules to the server. |
| Field Detail |
|---|
static final String DOCUMENT_FORMAT
static final String CONTENT_TYPE
static final String NAMESPACE
| Method Detail |
|---|
void putPresRules(RulesetType presRules)
throws XCapException
presRules - the pres-rules to be saved on the server.
IllegalStateException - if the user has not been connected.
XCapException - if there is some error during operation.
RulesetType getPresRules()
throws XCapException
IllegalStateException - if the user has not been connected.
XCapException - if there is some error during operation.
void deletePresRules()
throws XCapException
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. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||