Back to product page

XMPPTag Object


XMPPTag class provides you with object for raw XML data provided in UnhandledIQ event.


Properties
AttributesReturns collection of attributes.
NameReturns Tag name.
TagsReturns collection of child elements.
ValueReturns Tag value.

Remarks

It will contain all parts in one XML node, such as in

<message from='test@wippien.com/wodXMPP' to='test2@wippien.com' id='8786' type='chat'><body>test</body></message>

Platforms

Windows