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

Inheritance: IPresenceHandler
Afficher le fichier Open project: Irdis/VSTalk

Méthodes publiques

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

Method Details

AuthorizationPresenceHandler() public méthode

public AuthorizationPresenceHandler ( Client client ) : agsXMPP.protocol.client
client VSTalk.Model.Client
Résultat agsXMPP.protocol.client

IsApplicable() public méthode

public IsApplicable ( Presence presence ) : bool
presence agsXMPP.protocol.client.Presence
Résultat bool

UpdateState() public méthode

public UpdateState ( Presence presence ) : void
presence agsXMPP.protocol.client.Presence
Résultat void