Represents a request for subscription.

Namespace: S22.Xmpp.Im
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate bool SubscriptionRequest(
	Jid from
)

Parameters

from
Type: S22.Xmpp..::..Jid
The JID of the XMPP user that is requesting authorization to subscribe to presence notifications.

Return Value

true to approve the subscription request, or false to refuse the request.

See Also