Method | Description | |
---|---|---|
AddList ( string name, Item rules ) : void |
Add a new list with the given name and rules
|
|
AddList ( string name, Item rules, IqCB cb, object cbArg ) : void |
Add a new list with the given name and rules.
|
|
ChangeActiveList ( string name ) : void |
Change the active list
|
|
ChangeActiveList ( string name, IqCB cb, object cbArg ) : void |
Change the active list
|
|
ChangeDefaultList ( string name ) : void |
Change the default list
|
|
ChangeDefaultList ( string name, IqCB cb, object cbArg ) : void |
Change the default list
|
|
DeclineActiveList ( ) : void |
Decline the use of any active list
|
|
DeclineActiveList ( IqCB cb, object cbArg ) : void |
Decline the use of any active list
|
|
DeclineDefaultList ( ) : void |
Decline the use of the default list
|
|
DeclineDefaultList ( IqCB cb, object cbArg ) : void |
Decline the use of the default list
|
|
GetList ( string name ) : void |
Requests a privacy list from the server by its name
|
|
GetList ( string name, IqCB cb, object cbArg ) : void |
Requests a privacy list from the server by its name
|
|
GetLists ( ) : void |
Retrieving all Privacy Lists
|
|
GetLists ( IqCB cb, object cbArg ) : void |
Retrieving all Privacy Lists
|
|
PrivacyManager ( |
||
RemoveList ( string name ) : void |
Remove a privacy list
|
|
RemoveList ( string name, IqCB cb, object cbArg ) : void |
Remove a privacy list
|
|
UpdateList ( string name, Item rules ) : void |
Update the list with the given name and rules. Specify the desired changes to the list by including all elements/rules in the list (not the "delta") |
|
UpdateList ( string name, Item rules, IqCB cb, object cbArg ) : void |
Update the list with the given name and rules. Specify the desired changes to the list by including all elements/rules in the list (not the "delta") |
Method | Description | |
---|---|---|
SendStanza ( agsXMPP.protocol.iq.privacy.PrivacyIq pIq, IqCB cb, object cbArg ) : void |
Sends a PrivacyIq over the active connection
|
public AddList ( string name, Item rules ) : void | ||
name | string | |
rules | Item | |
return | void |
public AddList ( string name, Item rules, IqCB cb, object cbArg ) : void | ||
name | string | |
rules | Item | |
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public ChangeActiveList ( string name ) : void | ||
name | string | |
return | void |
public ChangeActiveList ( string name, IqCB cb, object cbArg ) : void | ||
name | string | |
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public ChangeDefaultList ( string name ) : void | ||
name | string | name of the new default list |
return | void |
public ChangeDefaultList ( string name, IqCB cb, object cbArg ) : void | ||
name | string | name of the new default list |
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public DeclineActiveList ( IqCB cb, object cbArg ) : void | ||
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public DeclineDefaultList ( IqCB cb, object cbArg ) : void | ||
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public GetList ( string name ) : void | ||
name | string | name of the privacy list to retrieve |
return | void |
public GetList ( string name, IqCB cb, object cbArg ) : void | ||
name | string | name of the privacy list to retrieve |
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public GetLists ( IqCB cb, object cbArg ) : void | ||
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public PrivacyManager ( |
||
con | ||
return | System |
public RemoveList ( string name ) : void | ||
name | string | name of the privacy list to remove |
return | void |
public RemoveList ( string name, IqCB cb, object cbArg ) : void | ||
name | string | name of the privacy list to remove |
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |
public UpdateList ( string name, Item rules ) : void | ||
name | string | name of the list |
rules | Item | rules of this list |
return | void |
public UpdateList ( string name, Item rules, IqCB cb, object cbArg ) : void | ||
name | string | name of this list |
rules | Item | rules of this list |
cb | IqCB | Callback for the server result |
cbArg | object | Callback arguments for the result when needed |
return | void |