The XmppIm type exposes the following members.

Properties

  NameDescription
Public propertyAuthenticated
Determines whether the instance has been authenticated.
Public propertyConnected
Determines whether the instance is connected to the XMPP server.
Public propertyHostname
The hostname of the XMPP server to connect to.
Public propertyIsEncrypted
Determines whether the session with the server is TLS/SSL encrypted.
Public propertyJid
The address of the Xmpp entity.
Public propertyPassword
The password with which to authenticate.
Public propertyPort
The port number of the XMPP service of the server.
Public propertySubscriptionRequest
A callback method to invoke when a request for a subscription is received from another XMPP user.
Public propertyTls
If true the session will be TLS/SSL-encrypted if the server supports it.
Public propertyUsername
The username with which to authenticate. In XMPP jargon this is known as the 'node' part of the JID.
Public propertyValidate
A delegate used for verifying the remote Secure Sockets Layer (SSL) certificate which is used for authentication.

See Also