The XmppCore type exposes the following members.
Properties
Name | Description | |
---|---|---|
Authenticated |
Determines whether the instance has been authenticated.
| |
Connected |
Determines whether the instance is connected to the XMPP server.
| |
Hostname |
The hostname of the XMPP server to connect to.
| |
IsEncrypted |
Determines whether the session with the server is TLS/SSL encrypted.
| |
Jid |
The address of the Xmpp entity.
| |
Language |
The default language of the XML stream.
| |
Password |
The password with which to authenticate.
| |
Port |
The port number of the XMPP service of the server.
| |
Tls |
If true the session will be TLS/SSL-encrypted if the server supports it.
| |
Username |
The username with which to authenticate. In XMPP jargon this is known
as the 'node' part of the JID.
| |
Validate |
A delegate used for verifying the remote Secure Sockets Layer (SSL)
certificate which is used for authentication.
|