C# Class Brunet.Xmpp.XmppTAFactory

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HandleStreamInit ( object sender, jabber.protocol.ElementStream stream ) : void

Called by the underlying XmppStream during the OnStreamInit event.

Method Details

HandleStreamInit() public static méthode

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
Résultat void