C# Class VSTalk.Engine.Core.XmppConnection.PresenceObserver.AuthorizationPresenceHandler

Inheritance: IPresenceHandler
Show file Open project: Irdis/VSTalk

Public Methods

Method Description
AuthorizationPresenceHandler ( Client client ) : agsXMPP.protocol.client
IsApplicable ( Presence presence ) : bool
UpdateState ( Presence presence ) : void

Method Details

AuthorizationPresenceHandler() public method

public AuthorizationPresenceHandler ( Client client ) : agsXMPP.protocol.client
client VSTalk.Model.Client
return agsXMPP.protocol.client

IsApplicable() public method

public IsApplicable ( Presence presence ) : bool
presence agsXMPP.protocol.client.Presence
return bool

UpdateState() public method

public UpdateState ( Presence presence ) : void
presence agsXMPP.protocol.client.Presence
return void