C# Class VSTalk.Engine.Core.XmppConnection.PresenceListener.MultiClientPresenceListener

Inheritance: IPresenceListener
Show file Open project: Irdis/VSTalk

Private Properties

Property Type Description
PresenceListenerOnPresenceReceived void
SubscribeClient void
UnsubscribeClient void

Public Methods

Method Description
StartListen ( ) : void
StopListen ( ) : void

Protected Methods

Method Description
OnPresenceReceived ( Client arg1, Presence arg2 ) : void

Private Methods

Method Description
PresenceListenerOnPresenceReceived ( Client client, Presence presence ) : void
SubscribeClient ( Client client ) : void
UnsubscribeClient ( Client client ) : void

Method Details

OnPresenceReceived() protected method

protected OnPresenceReceived ( Client arg1, Presence arg2 ) : void
arg1 VSTalk.Model.Client
arg2 agsXMPP.protocol.client.Presence
return void

StartListen() public method

public StartListen ( ) : void
return void

StopListen() public method

public StopListen ( ) : void
return void