pidgin 2.14.14dev
|
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 (PurpleConversation structs of type PURPLE_CONV_TYPE_CHAT). | |
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 | |
time_t | last_received |
When we last received a packet. | |
Definition at line 245 of file connection.h.
PurpleAccount* _PurpleConnection::account |
GSList* _PurpleConnection::buddy_chats |
A list of active chats (PurpleConversation structs of type PURPLE_CONV_TYPE_CHAT).
Definition at line 256 of file connection.h.
guint _PurpleConnection::disconnect_timeout |
Timer used for nasty stack tricks
Definition at line 273 of file connection.h.
char* _PurpleConnection::display_name |
PurpleConnectionFlags _PurpleConnection::flags |
int _PurpleConnection::inpa |
guint _PurpleConnection::keepalive |
time_t _PurpleConnection::last_received |
When we last received a packet.
Set by the prpl to avoid sending unneeded keepalives
Definition at line 274 of file connection.h.
char* _PurpleConnection::password |
void* _PurpleConnection::proto_data |
PurplePlugin* _PurpleConnection::prpl |
PurpleConnectionState _PurpleConnection::state |
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.). prpls should rely on purple_connection_error_reason() to set this for them rather than setting it themselves.
Definition at line 271 of file connection.h.