Method | Description | |
---|---|---|
ApproveSubscriptionRequest ( Jid to ) : void |
Approve a subscription request
|
|
PresenceManager ( XmppClientConnection con ) : System | ||
RefuseSubscriptionRequest ( Jid to ) : void |
Refuse subscription request
|
|
Subcribe ( Jid to ) : void |
Subscribe to a contact
|
|
Subcribe ( Jid to, string message ) : void |
Subscribe to a contact
|
|
Unsubcribe ( Jid to ) : void |
Unsubscribe from a contact
|
public ApproveSubscriptionRequest ( Jid to ) : void | ||
to | Jid | Bare Jid to approve |
return | void |
public PresenceManager ( XmppClientConnection con ) : System | ||
con | XmppClientConnection | |
return | System |
public RefuseSubscriptionRequest ( Jid to ) : void | ||
to | Jid | Bare Jid to approve |
return | void |
public Subcribe ( Jid to ) : void | ||
to | Jid | Bare Jid of the rosteritem we want to subscribe |
return | void |
public Subcribe ( Jid to, string message ) : void | ||
to | Jid | Bare Jid of the rosteritem we want to subscribe |
message | string | a message which normally contains the reason why we want to subscibe to this contact |
return | void |
public Unsubcribe ( Jid to ) : void | ||
to | Jid | Bare Jid of the rosteritem we want to unsubscribe |
return | void |