Data Fields | |
PurpleAccount * | account |
The account being connected to. | |
GSList * | buddy_chats |
A list of active chats. | |
guint | disconnect_timeout |
Timer used for nasty stack tricks. | |
char * | display_name |
How you appear to other people. | |
PurpleConnectionFlags | flags |
Connection flags. | |
int | inpa |
The input watcher. | |
guint | keepalive |
Keep-alive. | |
char * | password |
The password used. | |
void * | proto_data |
Protocol-specific data. | |
PurplePlugin * | prpl |
The protocol plugin. | |
PurpleConnectionState | state |
The connection state. | |
gboolean | wants_to_die |
Wants to Die state. |
Definition at line 80 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 98 of file connection.h.