Represents a field for gathering or providing a single Jabber ID.

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

Syntax

C#
public class JidField : DataField

Remarks

This corresponds to a Winforms TextField control with the added requirement that the entered text be a valid JID.

Inheritance Hierarchy

System..::..Object
  S22.Xmpp.Extensions.Dataforms..::..DataField
    S22.Xmpp.Extensions.Dataforms..::..JidField

See Also