Defines the possible types for Message stanzas.

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

Syntax

C#
public enum MessageType

Members

Member nameValueDescription
Normal0 The message is a single message that is sent outside the context of a one-to-one conversation or groupchat.
Chat1 The message is sent in the context of a one-to-one chat conversation.
Error2 An error has occurred related to a previous message sent by the sender.
Groupchat3 The message is sent in the context of a multi-user chat environment.
Headline4 The message is generated by an automated service that delivers or broadcasts content.

See Also