Defines the possible values for specifying more granular control over
which kinds of stanzas are to be blocked.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[FlagsAttribute] public enum PrivacyGranularity |
Members
Member name | Value | Description | |
---|---|---|---|
Message | 1 | Blocks incoming message stanzas. | |
Iq | 2 | Blocks incoming IQ stanzas. | |
PresenceIn | 4 | Blocks incoming presence notifications. | |
PresenceOut | 8 | Blocks outgoing presence notifications. |