Description
-
Fires when wodXMPP disconnects from server.
Syntax
-
Private Sub
object_Disconnected(ErrorCode,
ErrorText)
The Disconnected Event syntax has these parts:
| object |
A wodXMPP object. |
| ErrorCode |
A Long value. A Long value. Holds error
number that occured, if any. |
| ErrorText |
A String value. A String value. Holds
test description of the error. |
Remarks
-
After this event is fired, you are free to set up
wodXMPP properties again and issue Connect again.
|