C# Class agsXMPP.protocol.extensions.pubsub.PubSubManager

Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
CreateCollectionNode ( Jid to, Jid from, string node, bool defaultConfig ) : void
CreateCollectionNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb ) : void
CreateCollectionNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
CreateCollectionNode ( Jid to, string node, bool defaultConfig ) : void
CreateCollectionNode ( Jid to, string node, bool defaultConfig, IqCB cb ) : void
CreateCollectionNode ( Jid to, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
CreateInstantNode ( Jid to ) : void
CreateInstantNode ( Jid to, IqCB cb ) : void
CreateInstantNode ( Jid to, Jid from ) : void
CreateInstantNode ( Jid to, Jid from, IqCB cb ) : void
CreateInstantNode ( Jid to, Jid from, IqCB cb, object cbArgs ) : void
CreateNode ( Jid to, Jid from, string node ) : void
CreateNode ( Jid to, Jid from, string node, bool defaultConfig ) : void

Create a Node

CreateNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb ) : void
CreateNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
CreateNode ( Jid to, string node ) : void

Create a Node with default configuration

CreateNode ( Jid to, string node, bool defaultConfig, IqCB cb ) : void
CreateNode ( Jid to, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
DeleteNode ( Jid to, Jid from, string node ) : void
DeleteNode ( Jid to, Jid from, string node, IqCB cb ) : void
DeleteNode ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
DeleteNode ( Jid to, string node ) : void
DeleteNode ( Jid to, string node, IqCB cb ) : void
DeleteNode ( Jid to, string node, IqCB cb, object cbArgs ) : void
OwnerModifyAffiliation ( Jid to, Jid from, string node, Jid affiliate, AffiliationType affiliation ) : void
OwnerModifyAffiliation ( Jid to, Jid from, string node, Jid affiliate, AffiliationType affiliation, IqCB cb ) : void
OwnerModifyAffiliation ( Jid to, Jid from, string node, Jid affiliate, AffiliationType affiliation, IqCB cb, object cbArgs ) : void
OwnerModifyAffiliation ( Jid to, string node, Jid affiliate, AffiliationType affiliation ) : void
OwnerModifyAffiliation ( Jid to, string node, Jid affiliate, AffiliationType affiliation, IqCB cb ) : void
OwnerModifyAffiliation ( Jid to, string node, Jid affiliate, AffiliationType affiliation, IqCB cb, object cbArgs ) : void
OwnerModifyAffiliations ( Jid to, Jid from, string node, owner affiliates ) : void
OwnerModifyAffiliations ( Jid to, Jid from, string node, owner affiliates, IqCB cb ) : void
OwnerModifyAffiliations ( Jid to, Jid from, string node, owner affiliates, IqCB cb, object cbArgs ) : void
OwnerModifyAffiliations ( Jid to, string node, owner affiliates ) : void
OwnerModifyAffiliations ( Jid to, string node, owner affiliates, IqCB cb ) : void
OwnerModifyAffiliations ( Jid to, string node, owner affiliates, IqCB cb, object cbArgs ) : void
OwnerModifySubscriptionState ( Jid to, Jid from, string node, Jid subscriber, SubscriptionState state ) : void
OwnerModifySubscriptionState ( Jid to, Jid from, string node, Jid subscriber, SubscriptionState state, IqCB cb ) : void
OwnerModifySubscriptionState ( Jid to, Jid from, string node, Jid subscriber, SubscriptionState state, IqCB cb, object cbArgs ) : void
OwnerModifySubscriptionState ( Jid to, string node, Jid subscriber, SubscriptionState state ) : void
OwnerModifySubscriptionState ( Jid to, string node, Jid subscriber, SubscriptionState state, IqCB cb ) : void
OwnerModifySubscriptionState ( Jid to, string node, Jid subscriber, SubscriptionState state, IqCB cb, object cbArgs ) : void
OwnerModifySubscriptionStates ( Jid to, Jid from, string node, owner subscribers ) : void
OwnerModifySubscriptionStates ( Jid to, Jid from, string node, owner subscribers, IqCB cb ) : void
OwnerModifySubscriptionStates ( Jid to, Jid from, string node, owner subscribers, IqCB cb, object cbArgs ) : void
OwnerModifySubscriptionStates ( Jid to, string node, owner subscribers ) : void
OwnerModifySubscriptionStates ( Jid to, string node, owner subscribers, IqCB cb ) : void
OwnerModifySubscriptionStates ( Jid to, string node, owner subscribers, IqCB cb, object cbArgs ) : void
OwnerRequestAffiliations ( Jid to, Jid from, string node ) : void
OwnerRequestAffiliations ( Jid to, Jid from, string node, IqCB cb ) : void
OwnerRequestAffiliations ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
OwnerRequestAffiliations ( Jid to, string node ) : void
OwnerRequestAffiliations ( Jid to, string node, IqCB cb ) : void
OwnerRequestAffiliations ( Jid to, string node, IqCB cb, object cbArgs ) : void
OwnerRequestSubscribers ( Jid to, Jid from, string node ) : void
OwnerRequestSubscribers ( Jid to, Jid from, string node, IqCB cb ) : void
OwnerRequestSubscribers ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
OwnerRequestSubscribers ( Jid to, string node ) : void
OwnerRequestSubscribers ( Jid to, string node, IqCB cb ) : void
OwnerRequestSubscribers ( Jid to, string node, IqCB cb, object cbArgs ) : void
PubSubManager ( XmppClientConnection con ) : System
PublishItem ( Jid to, Jid from, string node, Item payload ) : void

Publish a payload to a Node

PublishItem ( Jid to, Jid from, string node, Item payload, IqCB cb ) : void

Publish a payload to a Node

PublishItem ( Jid to, Jid from, string node, Item payload, IqCB cb, object cbArgs ) : void

Publish a payload to a Node

PublishItem ( Jid to, string node, Item payload ) : void

Publish a payload to a Node

PublishItem ( Jid to, string node, Item payload, IqCB cb ) : void

Publish a payload to a Node

PublishItem ( Jid to, string node, Item payload, IqCB cb, object cbArgs ) : void

Publish a payload to a Node

PurgeNode ( Jid to, Jid from, string node ) : void
PurgeNode ( Jid to, Jid from, string node, IqCB cb ) : void
PurgeNode ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
PurgeNode ( Jid to, string node ) : void
PurgeNode ( Jid to, string node, IqCB cb ) : void
PurgeNode ( Jid to, string node, IqCB cb, object cbArgs ) : void
RequestAffiliations ( Jid to ) : void
RequestAffiliations ( Jid to, IqCB cb ) : void
RequestAffiliations ( Jid to, IqCB cb, object cbArgs ) : void
RequestAffiliations ( Jid to, Jid from ) : void
RequestAffiliations ( Jid to, Jid from, IqCB cb ) : void
RequestAffiliations ( Jid to, Jid from, IqCB cb, object cbArgs ) : void
RequestSubscriptionOptions ( Jid to, Jid from, Jid subscribe, string node ) : void
RequestSubscriptionOptions ( Jid to, Jid from, Jid subscribe, string node, IqCB cb ) : void
RequestSubscriptionOptions ( Jid to, Jid from, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
RequestSubscriptionOptions ( Jid to, Jid subscribe, string node ) : void
RequestSubscriptionOptions ( Jid to, Jid subscribe, string node, IqCB cb ) : void
RequestSubscriptionOptions ( Jid to, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
RequestSubscriptions ( Jid to ) : void
RequestSubscriptions ( Jid to, IqCB cb ) : void
RequestSubscriptions ( Jid to, IqCB cb, object cbArgs ) : void
RequestSubscriptions ( Jid to, Jid from ) : void
RequestSubscriptions ( Jid to, Jid from, IqCB cb ) : void
RequestSubscriptions ( Jid to, Jid from, IqCB cb, object cbArgs ) : void
RetractItem ( Jid to, Jid from, string node, string id ) : void
RetractItem ( Jid to, Jid from, string node, string id, IqCB cb ) : void
RetractItem ( Jid to, Jid from, string node, string id, IqCB cb, object cbArgs ) : void
RetractItem ( Jid to, string node, string id ) : void
RetractItem ( Jid to, string node, string id, IqCB cb ) : void
RetractItem ( Jid to, string node, string id, IqCB cb, object cbArgs ) : void
Subscribe ( Jid to, Jid from, Jid subscribe, string node ) : void
Subscribe ( Jid to, Jid from, Jid subscribe, string node, IqCB cb ) : void
Subscribe ( Jid to, Jid from, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
Subscribe ( Jid to, Jid subscribe, string node ) : void

Subscribe ( Jid to, Jid subscribe, string node, IqCB cb ) : void
Subscribe ( Jid to, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
Unsubscribe ( Jid to, Jid from, Jid unsubscribe, string node ) : void
Unsubscribe ( Jid to, Jid from, Jid unsubscribe, string node, IqCB cb ) : void
Unsubscribe ( Jid to, Jid from, Jid unsubscribe, string node, IqCB cb, object cbArgs ) : void
Unsubscribe ( Jid to, Jid unsubscribe, string node ) : void

Unsubscribe ( Jid to, Jid unsubscribe, string node, IqCB cb ) : void
Unsubscribe ( Jid to, Jid unsubscribe, string node, IqCB cb, object cbArgs ) : void

Method Details

CreateCollectionNode() public méthode

public CreateCollectionNode ( Jid to, Jid from, string node, bool defaultConfig ) : void
to Jid
from Jid
node string
defaultConfig bool
Résultat void

CreateCollectionNode() public méthode

public CreateCollectionNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb ) : void
to Jid
from Jid
node string
defaultConfig bool
cb IqCB
Résultat void

CreateCollectionNode() public méthode

public CreateCollectionNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
defaultConfig bool
cb IqCB
cbArgs object
Résultat void

CreateCollectionNode() public méthode

public CreateCollectionNode ( Jid to, string node, bool defaultConfig ) : void
to Jid
node string
defaultConfig bool
Résultat void

CreateCollectionNode() public méthode

public CreateCollectionNode ( Jid to, string node, bool defaultConfig, IqCB cb ) : void
to Jid
node string
defaultConfig bool
cb IqCB
Résultat void

CreateCollectionNode() public méthode

public CreateCollectionNode ( Jid to, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
to Jid
node string
defaultConfig bool
cb IqCB
cbArgs object
Résultat void

CreateInstantNode() public méthode

public CreateInstantNode ( Jid to ) : void
to Jid
Résultat void

CreateInstantNode() public méthode

public CreateInstantNode ( Jid to, IqCB cb ) : void
to Jid
cb IqCB
Résultat void

CreateInstantNode() public méthode

public CreateInstantNode ( Jid to, Jid from ) : void
to Jid
from Jid
Résultat void

CreateInstantNode() public méthode

public CreateInstantNode ( Jid to, Jid from, IqCB cb ) : void
to Jid
from Jid
cb IqCB
Résultat void

CreateInstantNode() public méthode

public CreateInstantNode ( Jid to, Jid from, IqCB cb, object cbArgs ) : void
to Jid
from Jid
cb IqCB
cbArgs object
Résultat void

CreateNode() public méthode

public CreateNode ( Jid to, Jid from, string node ) : void
to Jid
from Jid
node string
Résultat void

CreateNode() public méthode

Create a Node
public CreateNode ( Jid to, Jid from, string node, bool defaultConfig ) : void
to Jid
from Jid
node string
defaultConfig bool
Résultat void

CreateNode() public méthode

public CreateNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb ) : void
to Jid
from Jid
node string
defaultConfig bool
cb IqCB
Résultat void

CreateNode() public méthode

public CreateNode ( Jid to, Jid from, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
defaultConfig bool
cb IqCB
cbArgs object
Résultat void

CreateNode() public méthode

Create a Node with default configuration
public CreateNode ( Jid to, string node ) : void
to Jid
node string
Résultat void

CreateNode() public méthode

public CreateNode ( Jid to, string node, bool defaultConfig, IqCB cb ) : void
to Jid
node string
defaultConfig bool
cb IqCB
Résultat void

CreateNode() public méthode

public CreateNode ( Jid to, string node, bool defaultConfig, IqCB cb, object cbArgs ) : void
to Jid
node string
defaultConfig bool
cb IqCB
cbArgs object
Résultat void

DeleteNode() public méthode

public DeleteNode ( Jid to, Jid from, string node ) : void
to Jid
from Jid
node string
Résultat void

DeleteNode() public méthode

public DeleteNode ( Jid to, Jid from, string node, IqCB cb ) : void
to Jid
from Jid
node string
cb IqCB
Résultat void

DeleteNode() public méthode

public DeleteNode ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
cb IqCB
cbArgs object
Résultat void

DeleteNode() public méthode

public DeleteNode ( Jid to, string node ) : void
to Jid
node string
Résultat void

DeleteNode() public méthode

public DeleteNode ( Jid to, string node, IqCB cb ) : void
to Jid
node string
cb IqCB
Résultat void

DeleteNode() public méthode

public DeleteNode ( Jid to, string node, IqCB cb, object cbArgs ) : void
to Jid
node string
cb IqCB
cbArgs object
Résultat void

OwnerModifyAffiliation() public méthode

public OwnerModifyAffiliation ( Jid to, Jid from, string node, Jid affiliate, AffiliationType affiliation ) : void
to Jid
from Jid
node string
affiliate Jid
affiliation AffiliationType
Résultat void

OwnerModifyAffiliation() public méthode

public OwnerModifyAffiliation ( Jid to, Jid from, string node, Jid affiliate, AffiliationType affiliation, IqCB cb ) : void
to Jid
from Jid
node string
affiliate Jid
affiliation AffiliationType
cb IqCB
Résultat void

OwnerModifyAffiliation() public méthode

public OwnerModifyAffiliation ( Jid to, Jid from, string node, Jid affiliate, AffiliationType affiliation, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
affiliate Jid
affiliation AffiliationType
cb IqCB
cbArgs object
Résultat void

OwnerModifyAffiliation() public méthode

public OwnerModifyAffiliation ( Jid to, string node, Jid affiliate, AffiliationType affiliation ) : void
to Jid
node string
affiliate Jid
affiliation AffiliationType
Résultat void

OwnerModifyAffiliation() public méthode

public OwnerModifyAffiliation ( Jid to, string node, Jid affiliate, AffiliationType affiliation, IqCB cb ) : void
to Jid
node string
affiliate Jid
affiliation AffiliationType
cb IqCB
Résultat void

OwnerModifyAffiliation() public méthode

public OwnerModifyAffiliation ( Jid to, string node, Jid affiliate, AffiliationType affiliation, IqCB cb, object cbArgs ) : void
to Jid
node string
affiliate Jid
affiliation AffiliationType
cb IqCB
cbArgs object
Résultat void

OwnerModifyAffiliations() public méthode

public OwnerModifyAffiliations ( Jid to, Jid from, string node, owner affiliates ) : void
to Jid
from Jid
node string
affiliates owner
Résultat void

OwnerModifyAffiliations() public méthode

public OwnerModifyAffiliations ( Jid to, Jid from, string node, owner affiliates, IqCB cb ) : void
to Jid
from Jid
node string
affiliates owner
cb IqCB
Résultat void

OwnerModifyAffiliations() public méthode

public OwnerModifyAffiliations ( Jid to, Jid from, string node, owner affiliates, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
affiliates owner
cb IqCB
cbArgs object
Résultat void

OwnerModifyAffiliations() public méthode

public OwnerModifyAffiliations ( Jid to, string node, owner affiliates ) : void
to Jid
node string
affiliates owner
Résultat void

OwnerModifyAffiliations() public méthode

public OwnerModifyAffiliations ( Jid to, string node, owner affiliates, IqCB cb ) : void
to Jid
node string
affiliates owner
cb IqCB
Résultat void

OwnerModifyAffiliations() public méthode

public OwnerModifyAffiliations ( Jid to, string node, owner affiliates, IqCB cb, object cbArgs ) : void
to Jid
node string
affiliates owner
cb IqCB
cbArgs object
Résultat void

OwnerModifySubscriptionState() public méthode

public OwnerModifySubscriptionState ( Jid to, Jid from, string node, Jid subscriber, SubscriptionState state ) : void
to Jid
from Jid
node string
subscriber Jid
state SubscriptionState
Résultat void

OwnerModifySubscriptionState() public méthode

public OwnerModifySubscriptionState ( Jid to, Jid from, string node, Jid subscriber, SubscriptionState state, IqCB cb ) : void
to Jid
from Jid
node string
subscriber Jid
state SubscriptionState
cb IqCB
Résultat void

OwnerModifySubscriptionState() public méthode

public OwnerModifySubscriptionState ( Jid to, Jid from, string node, Jid subscriber, SubscriptionState state, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
subscriber Jid
state SubscriptionState
cb IqCB
cbArgs object
Résultat void

OwnerModifySubscriptionState() public méthode

public OwnerModifySubscriptionState ( Jid to, string node, Jid subscriber, SubscriptionState state ) : void
to Jid
node string
subscriber Jid
state SubscriptionState
Résultat void

OwnerModifySubscriptionState() public méthode

public OwnerModifySubscriptionState ( Jid to, string node, Jid subscriber, SubscriptionState state, IqCB cb ) : void
to Jid
node string
subscriber Jid
state SubscriptionState
cb IqCB
Résultat void

OwnerModifySubscriptionState() public méthode

public OwnerModifySubscriptionState ( Jid to, string node, Jid subscriber, SubscriptionState state, IqCB cb, object cbArgs ) : void
to Jid
node string
subscriber Jid
state SubscriptionState
cb IqCB
cbArgs object
Résultat void

OwnerModifySubscriptionStates() public méthode

public OwnerModifySubscriptionStates ( Jid to, Jid from, string node, owner subscribers ) : void
to Jid
from Jid
node string
subscribers owner
Résultat void

OwnerModifySubscriptionStates() public méthode

public OwnerModifySubscriptionStates ( Jid to, Jid from, string node, owner subscribers, IqCB cb ) : void
to Jid
from Jid
node string
subscribers owner
cb IqCB
Résultat void

OwnerModifySubscriptionStates() public méthode

public OwnerModifySubscriptionStates ( Jid to, Jid from, string node, owner subscribers, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
subscribers owner
cb IqCB
cbArgs object
Résultat void

OwnerModifySubscriptionStates() public méthode

public OwnerModifySubscriptionStates ( Jid to, string node, owner subscribers ) : void
to Jid
node string
subscribers owner
Résultat void

OwnerModifySubscriptionStates() public méthode

public OwnerModifySubscriptionStates ( Jid to, string node, owner subscribers, IqCB cb ) : void
to Jid
node string
subscribers owner
cb IqCB
Résultat void

OwnerModifySubscriptionStates() public méthode

public OwnerModifySubscriptionStates ( Jid to, string node, owner subscribers, IqCB cb, object cbArgs ) : void
to Jid
node string
subscribers owner
cb IqCB
cbArgs object
Résultat void

OwnerRequestAffiliations() public méthode

public OwnerRequestAffiliations ( Jid to, Jid from, string node ) : void
to Jid
from Jid
node string
Résultat void

OwnerRequestAffiliations() public méthode

public OwnerRequestAffiliations ( Jid to, Jid from, string node, IqCB cb ) : void
to Jid
from Jid
node string
cb IqCB
Résultat void

OwnerRequestAffiliations() public méthode

public OwnerRequestAffiliations ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
cb IqCB
cbArgs object
Résultat void

OwnerRequestAffiliations() public méthode

public OwnerRequestAffiliations ( Jid to, string node ) : void
to Jid
node string
Résultat void

OwnerRequestAffiliations() public méthode

public OwnerRequestAffiliations ( Jid to, string node, IqCB cb ) : void
to Jid
node string
cb IqCB
Résultat void

OwnerRequestAffiliations() public méthode

public OwnerRequestAffiliations ( Jid to, string node, IqCB cb, object cbArgs ) : void
to Jid
node string
cb IqCB
cbArgs object
Résultat void

OwnerRequestSubscribers() public méthode

public OwnerRequestSubscribers ( Jid to, Jid from, string node ) : void
to Jid
from Jid
node string
Résultat void

OwnerRequestSubscribers() public méthode

public OwnerRequestSubscribers ( Jid to, Jid from, string node, IqCB cb ) : void
to Jid
from Jid
node string
cb IqCB
Résultat void

OwnerRequestSubscribers() public méthode

public OwnerRequestSubscribers ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
cb IqCB
cbArgs object
Résultat void

OwnerRequestSubscribers() public méthode

public OwnerRequestSubscribers ( Jid to, string node ) : void
to Jid
node string
Résultat void

OwnerRequestSubscribers() public méthode

public OwnerRequestSubscribers ( Jid to, string node, IqCB cb ) : void
to Jid
node string
cb IqCB
Résultat void

OwnerRequestSubscribers() public méthode

public OwnerRequestSubscribers ( Jid to, string node, IqCB cb, object cbArgs ) : void
to Jid
node string
cb IqCB
cbArgs object
Résultat void

PubSubManager() public méthode

public PubSubManager ( XmppClientConnection con ) : System
con agsXMPP.XmppClientConnection
Résultat System

PublishItem() public méthode

Publish a payload to a Node
public PublishItem ( Jid to, Jid from, string node, Item payload ) : void
to Jid
from Jid
node string
payload Item
Résultat void

PublishItem() public méthode

Publish a payload to a Node
public PublishItem ( Jid to, Jid from, string node, Item payload, IqCB cb ) : void
to Jid
from Jid
node string
payload Item
cb IqCB
Résultat void

PublishItem() public méthode

Publish a payload to a Node
public PublishItem ( Jid to, Jid from, string node, Item payload, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
payload Item
cb IqCB
cbArgs object
Résultat void

PublishItem() public méthode

Publish a payload to a Node
public PublishItem ( Jid to, string node, Item payload ) : void
to Jid
node string
payload Item
Résultat void

PublishItem() public méthode

Publish a payload to a Node
public PublishItem ( Jid to, string node, Item payload, IqCB cb ) : void
to Jid
node string
payload Item
cb IqCB
Résultat void

PublishItem() public méthode

Publish a payload to a Node
public PublishItem ( Jid to, string node, Item payload, IqCB cb, object cbArgs ) : void
to Jid
node string
payload Item
cb IqCB
cbArgs object
Résultat void

PurgeNode() public méthode

public PurgeNode ( Jid to, Jid from, string node ) : void
to Jid
from Jid
node string
Résultat void

PurgeNode() public méthode

public PurgeNode ( Jid to, Jid from, string node, IqCB cb ) : void
to Jid
from Jid
node string
cb IqCB
Résultat void

PurgeNode() public méthode

public PurgeNode ( Jid to, Jid from, string node, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
cb IqCB
cbArgs object
Résultat void

PurgeNode() public méthode

public PurgeNode ( Jid to, string node ) : void
to Jid
node string
Résultat void

PurgeNode() public méthode

public PurgeNode ( Jid to, string node, IqCB cb ) : void
to Jid
node string
cb IqCB
Résultat void

PurgeNode() public méthode

public PurgeNode ( Jid to, string node, IqCB cb, object cbArgs ) : void
to Jid
node string
cb IqCB
cbArgs object
Résultat void

RequestAffiliations() public méthode

public RequestAffiliations ( Jid to ) : void
to Jid
Résultat void

RequestAffiliations() public méthode

public RequestAffiliations ( Jid to, IqCB cb ) : void
to Jid
cb IqCB
Résultat void

RequestAffiliations() public méthode

public RequestAffiliations ( Jid to, IqCB cb, object cbArgs ) : void
to Jid
cb IqCB
cbArgs object
Résultat void

RequestAffiliations() public méthode

public RequestAffiliations ( Jid to, Jid from ) : void
to Jid
from Jid
Résultat void

RequestAffiliations() public méthode

public RequestAffiliations ( Jid to, Jid from, IqCB cb ) : void
to Jid
from Jid
cb IqCB
Résultat void

RequestAffiliations() public méthode

public RequestAffiliations ( Jid to, Jid from, IqCB cb, object cbArgs ) : void
to Jid
from Jid
cb IqCB
cbArgs object
Résultat void

RequestSubscriptionOptions() public méthode

public RequestSubscriptionOptions ( Jid to, Jid from, Jid subscribe, string node ) : void
to Jid
from Jid
subscribe Jid
node string
Résultat void

RequestSubscriptionOptions() public méthode

public RequestSubscriptionOptions ( Jid to, Jid from, Jid subscribe, string node, IqCB cb ) : void
to Jid
from Jid
subscribe Jid
node string
cb IqCB
Résultat void

RequestSubscriptionOptions() public méthode

public RequestSubscriptionOptions ( Jid to, Jid from, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
to Jid
from Jid
subscribe Jid
node string
cb IqCB
cbArgs object
Résultat void

RequestSubscriptionOptions() public méthode

public RequestSubscriptionOptions ( Jid to, Jid subscribe, string node ) : void
to Jid
subscribe Jid
node string
Résultat void

RequestSubscriptionOptions() public méthode

public RequestSubscriptionOptions ( Jid to, Jid subscribe, string node, IqCB cb ) : void
to Jid
subscribe Jid
node string
cb IqCB
Résultat void

RequestSubscriptionOptions() public méthode

public RequestSubscriptionOptions ( Jid to, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
to Jid
subscribe Jid
node string
cb IqCB
cbArgs object
Résultat void

RequestSubscriptions() public méthode

public RequestSubscriptions ( Jid to ) : void
to Jid
Résultat void

RequestSubscriptions() public méthode

public RequestSubscriptions ( Jid to, IqCB cb ) : void
to Jid
cb IqCB
Résultat void

RequestSubscriptions() public méthode

public RequestSubscriptions ( Jid to, IqCB cb, object cbArgs ) : void
to Jid
cb IqCB
cbArgs object
Résultat void

RequestSubscriptions() public méthode

public RequestSubscriptions ( Jid to, Jid from ) : void
to Jid
from Jid
Résultat void

RequestSubscriptions() public méthode

public RequestSubscriptions ( Jid to, Jid from, IqCB cb ) : void
to Jid
from Jid
cb IqCB
Résultat void

RequestSubscriptions() public méthode

public RequestSubscriptions ( Jid to, Jid from, IqCB cb, object cbArgs ) : void
to Jid
from Jid
cb IqCB
cbArgs object
Résultat void

RetractItem() public méthode

public RetractItem ( Jid to, Jid from, string node, string id ) : void
to Jid
from Jid
node string
id string
Résultat void

RetractItem() public méthode

public RetractItem ( Jid to, Jid from, string node, string id, IqCB cb ) : void
to Jid
from Jid
node string
id string
cb IqCB
Résultat void

RetractItem() public méthode

public RetractItem ( Jid to, Jid from, string node, string id, IqCB cb, object cbArgs ) : void
to Jid
from Jid
node string
id string
cb IqCB
cbArgs object
Résultat void

RetractItem() public méthode

public RetractItem ( Jid to, string node, string id ) : void
to Jid
node string
id string
Résultat void

RetractItem() public méthode

public RetractItem ( Jid to, string node, string id, IqCB cb ) : void
to Jid
node string
id string
cb IqCB
Résultat void

RetractItem() public méthode

public RetractItem ( Jid to, string node, string id, IqCB cb, object cbArgs ) : void
to Jid
node string
id string
cb IqCB
cbArgs object
Résultat void

Subscribe() public méthode

public Subscribe ( Jid to, Jid from, Jid subscribe, string node ) : void
to Jid
from Jid
subscribe Jid
node string
Résultat void

Subscribe() public méthode

public Subscribe ( Jid to, Jid from, Jid subscribe, string node, IqCB cb ) : void
to Jid
from Jid
subscribe Jid
node string
cb IqCB
Résultat void

Subscribe() public méthode

public Subscribe ( Jid to, Jid from, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
to Jid
from Jid
subscribe Jid
node string
cb IqCB
cbArgs object
Résultat void

Subscribe() public méthode

public Subscribe ( Jid to, Jid subscribe, string node ) : void
to Jid Jid of the Publish Subscribe Service
subscribe Jid Jid which should be subscribed
node string node to which we want to subscribe
Résultat void

Subscribe() public méthode

public Subscribe ( Jid to, Jid subscribe, string node, IqCB cb ) : void
to Jid
subscribe Jid
node string
cb IqCB
Résultat void

Subscribe() public méthode

public Subscribe ( Jid to, Jid subscribe, string node, IqCB cb, object cbArgs ) : void
to Jid
subscribe Jid
node string
cb IqCB
cbArgs object
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( Jid to, Jid from, Jid unsubscribe, string node ) : void
to Jid
from Jid
unsubscribe Jid
node string
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( Jid to, Jid from, Jid unsubscribe, string node, IqCB cb ) : void
to Jid
from Jid
unsubscribe Jid
node string
cb IqCB
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( Jid to, Jid from, Jid unsubscribe, string node, IqCB cb, object cbArgs ) : void
to Jid
from Jid
unsubscribe Jid
node string
cb IqCB
cbArgs object
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( Jid to, Jid unsubscribe, string node ) : void
to Jid Jid of the Publish Subscribe Service
unsubscribe Jid
node string node to which we want to subscribe
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( Jid to, Jid unsubscribe, string node, IqCB cb ) : void
to Jid
unsubscribe Jid
node string
cb IqCB
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( Jid to, Jid unsubscribe, string node, IqCB cb, object cbArgs ) : void
to Jid
unsubscribe Jid
node string
cb IqCB
cbArgs object
Résultat void