Initializes a new instance of the Presence class from the specified Xml element.

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

Syntax

C#
public Presence(
	XmlElement element
)

Parameters

element
Type: System.Xml..::..XmlElement
An Xml element representing an Presence stanza.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe element parameter is null.

See Also