C# Class Brunet.Xmpp.XmppTAFactory

Enables parsing of the IQ.Query to these types.
Inheritance: jabber.protocol.IPacketTypes
Show file Open project: pstjuste/brunet

Private Properties

Property Type Description

Public Methods

Method Description
HandleStreamInit ( object sender, jabber.protocol.ElementStream stream ) : void

Called by the underlying XmppStream during the OnStreamInit event.

Method Details

HandleStreamInit() public static method

Called by the underlying XmppStream during the OnStreamInit event.
public static HandleStreamInit ( object sender, jabber.protocol.ElementStream stream ) : void
sender object
stream jabber.protocol.ElementStream
return void