Defines the possible types for Message stanzas.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public enum MessageType |
Members
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | The message is a single message that is sent outside the context of a one-to-one conversation or groupchat. | |
Chat | 1 | The message is sent in the context of a one-to-one chat conversation. | |
Error | 2 | An error has occurred related to a previous message sent by the sender. | |
Groupchat | 3 | The message is sent in the context of a multi-user chat environment. | |
Headline | 4 | The message is generated by an automated service that delivers or broadcasts content. |