The XmppClient 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.
| |
FileTransferRequest |
A callback method to invoke when a request for a file-transfer is received
from another XMPP user.
| |
FileTransferSettings |
Contains settings for configuring file-transfer options.
| |
Hostname |
The hostname of the XMPP server to connect to.
| |
Im |
The underlying XmppIm instance.
| |
IsEncrypted |
Determines whether the session with the server is TLS/SSL encrypted.
| |
Jid |
The address of the Xmpp entity.
| |
Password |
The password with which to authenticate.
| |
Port |
The port number of the XMPP service of the server.
| |
SubscriptionRequest |
A callback method to invoke when a request for a subscription is received
from another XMPP user.
| |
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.
|