| 115 sizeof(struct sockaddr_in)) != 1) |
115 sizeof(struct sockaddr_in)) != 1) |
| 116 { |
116 { |
| 117 purple_debug_error("simple", "failed sending keep alive\n"); |
117 purple_debug_error("simple", "failed sending keep alive\n"); |
| 118 } |
118 } |
| 119 } |
119 } |
| 120 return; |
|
| 121 } |
120 } |
| 122 |
121 |
| 123 static gboolean process_register_response(struct simple_account_data *sip, struct sipmsg *msg, struct transaction *tc); |
122 static gboolean process_register_response(struct simple_account_data *sip, struct sipmsg *msg, struct transaction *tc); |
| 124 static void send_notify(struct simple_account_data *sip, struct simple_watcher *); |
123 static void send_notify(struct simple_account_data *sip, struct simple_watcher *); |
| 125 |
124 |