Method | Description | |
---|---|---|
AccountViewModel ( ) : System | ||
AccountViewModel ( Jibbr account ) : System | ||
SendMessage ( |
Send a message to a particular Jid
|
|
SignIn ( ) : void |
Sign in with this account
|
|
SignOut ( ) : void |
Sign out
|
|
StartNewChatSession ( |
Open up a new chat session with the target
|
|
ToAccount ( ) : |
Converts this to an Account model, for Xml serialization
|
|
TryStartNewChatSession ( System.Windows.Input.KeyEventArgs eventArgs, |
Method | Description | |
---|---|---|
ClientSocket_OnValidateCertificate ( object sender, System certificate, System chain, System sslPolicyErrors ) : bool | ||
DoReconnect ( object sender, System.Timers.ElapsedEventArgs e ) : void |
Update connection configuration and call SignIn
|
|
GetTimestamp ( agsXMPP msg ) : System.DateTime |
Gets the timestamp from a message
|
|
InitializeConnection ( ) : System.Boolean |
Initialize the connection for this account
|
|
NotifyChatChatMessage ( |
||
NotifyChatSessionInitiatedByUser ( |
||
NotifyChatSessionStarted ( |
||
OnAuthError ( object sender, agsXMPP e ) : void | ||
OnError ( object sender, |
||
OnLogin ( object sender ) : void | ||
OnMessage ( object sender, agsXMPP msg ) : void | ||
OnPresence ( object sender, agsXMPP pres ) : void | ||
OnRosterEnd ( object sender ) : void | ||
OnRosterItem ( object sender, agsXMPP item ) : void | ||
OnRosterStart ( object sender ) : void | ||
OnXmppConnectionStateChanged ( object sender, XmppConnectionState state ) : void | ||
Reconnect ( |
Schedule a call to SignIn in 2.5 seconds
|
|
clientConnection_OnAgentEnd ( object sender ) : void | ||
clientConnection_OnAgentItem ( object sender, agsXMPP agent ) : void | ||
clientConnection_OnAgentStart ( object sender ) : void | ||
clientConnection_OnBinded ( object sender ) : void | ||
clientConnection_OnClose ( object sender ) : void | ||
clientConnection_OnIq ( object sender, agsXMPP iq ) : void | ||
clientConnection_OnReadSocketData ( object sender, byte data, int count ) : void | ||
clientConnection_OnReadXml ( object sender, string xml ) : void | ||
clientConnection_OnSaslEnd ( object sender ) : void | ||
clientConnection_OnSaslStart ( object sender, agsXMPP args ) : void | ||
clientConnection_OnSocketError ( object sender, |
||
clientConnection_OnStreamError ( object sender, agsXMPP e ) : void | ||
clientConnection_OnWriteSocketData ( object sender, byte data, int count ) : void | ||
clientConnection_OnWriteXml ( object sender, string xml ) : void |
public AccountViewModel ( Jibbr account ) : System | ||
account | Jibbr | |
return | System |
public SendMessage ( |
||
chatSessionVM | ||
chatMessage | ||
return | void |
public StartNewChatSession ( |
||
target | ||
return | void |
public TryStartNewChatSession ( System.Windows.Input.KeyEventArgs eventArgs, |
||
eventArgs | System.Windows.Input.KeyEventArgs | |
target | ||
return | void |