Defines the possible values for specifying more granular control over which kinds of stanzas are to be blocked.

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

Syntax

C#
[FlagsAttribute]
public enum PrivacyGranularity

Members

Member nameValueDescription
Message1 Blocks incoming message stanzas.
Iq2 Blocks incoming IQ stanzas.
PresenceIn4 Blocks incoming presence notifications.
PresenceOut8 Blocks outgoing presence notifications.

See Also