Data Fields | |
PurplePlugin * | prpl |
The protocol plugin. | |
PurpleConnectionFlags | flags |
Connection flags. | |
PurpleConnectionState | state |
The connection state. | |
PurpleAccount * | account |
The account being connected to. | |
char * | password |
The password used. | |
int | inpa |
The input watcher. | |
GSList * | buddy_chats |
A list of active chats. | |
void * | proto_data |
Protocol-specific data. | |
char * | display_name |
How you appear to other people. | |
guint | keepalive |
Keep-alive. | |
gboolean | wants_to_die |
Wants to Die state. | |
guint | disconnect_timeout |
Timer used for nasty stack tricks. |
Definition at line 118 of file connection.h.
GSList* _PurpleConnection::buddy_chats |
gboolean _PurpleConnection::wants_to_die |
Wants to Die state.
This is set when the user chooses to log out, or when the protocol is disconnected and should not be automatically reconnected (incorrect password, etc.)
Definition at line 136 of file connection.h.