Signals:
- See also:
- connection.h
- Description:
- Emitted when a connection is about to sign on.
- Parameters:
-
| gc | The connection that is about to sign on. |
- Description:
- Emitted when a connection has signed on.
- Parameters:
-
| gc | The connection that has signed on. |
- Description:
- Emitted when a connection is about to sign off.
- Parameters:
-
| gc | The connection that is about to sign off. |
- Description:
- Emitted when a connection has signed off.
- Parameters:
-
| gc | The connection that has signed off. |
- Description:
- Emitted when a connection error occurs, before signed-off.
- Parameters:
-
| gc | The connection on which the error has occured |
| err | The error that occured |
| desc | A description of the error, giving more information. |