C# Class OSAE.Jabber.Jabber

Inheritance: OSAEPluginBase
Mostra file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
Ask_Question ( string address ) : void
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void
Question_Answered ( string answer ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void

Private Methods

Method Description
connect ( ) : void
oRecognizer_SpeechRecognized ( object sender, System e ) : void
sendMessage ( string name, string address, string message ) : void
xmppCon_OnAuthError ( object sender, agsXMPP e ) : void
xmppCon_OnClose ( object sender ) : void
xmppCon_OnError ( object sender, Exception ex ) : void
xmppCon_OnLogin ( object sender ) : void
xmppCon_OnMessage ( object sender, agsXMPP msg ) : void
xmppCon_OnPresence ( object sender, agsXMPP pres ) : void
xmppCon_OnRosterEnd ( object sender ) : void
xmppCon_OnRosterItem ( object sender, agsXMPP item ) : void
xmppCon_OnRosterStart ( object sender ) : void

Method Details

Ask_Question() public method

public Ask_Question ( string address ) : void
address string
return void

OwnTypes() public method

public OwnTypes ( ) : void
return void

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

Question_Answered() public method

public Question_Answered ( string answer ) : void
answer string
return void

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

Shutdown() public method

public Shutdown ( ) : void
return void