| 178 |
178 |
| 179 return; |
179 return; |
| 180 } |
180 } |
| 181 |
181 |
| 182 purple_connection_set_state(PURPLE_CONNECTION(connection), |
182 purple_connection_set_state(PURPLE_CONNECTION(connection), |
| 183 PURPLE_CONNECTION_CONNECTED); |
183 PURPLE_CONNECTION_STATE_CONNECTED); |
| 184 |
184 |
| 185 g_message("Successfully connected to %s", connection->server_name); |
185 g_message("Successfully connected to %s", connection->server_name); |
| 186 |
186 |
| 187 /* Save our connection and setup our input and outputs. */ |
187 /* Save our connection and setup our input and outputs. */ |
| 188 connection->connection = conn; |
188 connection->connection = conn; |