Mercurial > pidgin
annotate src/protocols/simple/simple.c @ 13085:3382d7aa9ca3
[gaim-migrate @ 15447]
correctly parse NTLM realm
committer: Tailor Script <tailor@pidgin.im>
| author | Thomas Butter <tbutter> |
|---|---|
| date | Tue, 31 Jan 2006 21:35:43 +0000 |
| parents | 31a3a9af1494 |
| children | a91a8a28f61f |
| rev | line source |
|---|---|
| 11181 | 1 /** |
| 2 * @file simple.c | |
| 3 * | |
| 4 * gaim | |
| 5 * | |
| 6 * Copyright (C) 2005 Thomas Butter <butter@uni-mannheim.de> | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
7 * |
| 11345 | 8 * *** |
| 9 * Thanks to Google's Summer of Code Program and the helpful mentors | |
| 10 * *** | |
| 11181 | 11 * |
| 12 * This program is free software; you can redistribute it and/or modify | |
| 13 * it under the terms of the GNU General Public License as published by | |
| 14 * the Free Software Foundation; either version 2 of the License, or | |
| 15 * (at your option) any later version. | |
| 16 * | |
| 17 * This program is distributed in the hope that it will be useful, | |
| 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 20 * GNU General Public License for more details. | |
| 21 * | |
| 22 * You should have received a copy of the GNU General Public License | |
| 23 * along with this program; if not, write to the Free Software | |
| 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 25 */ | |
| 26 | |
| 27 #include "internal.h" | |
| 28 | |
| 29 #include "accountopt.h" | |
| 30 #include "blist.h" | |
| 31 #include "conversation.h" | |
| 32 #include "debug.h" | |
| 33 #include "notify.h" | |
| 11345 | 34 #include "privacy.h" |
| 11181 | 35 #include "prpl.h" |
| 36 #include "plugin.h" | |
| 37 #include "util.h" | |
| 38 #include "version.h" | |
| 39 #include "network.h" | |
| 40 #include "xmlnode.h" | |
| 41 | |
| 42 #include "simple.h" | |
| 43 #include "sipmsg.h" | |
| 11383 | 44 #include "dnssrv.h" |
| 11409 | 45 #include "ntlm.h" |
| 11181 | 46 |
| 47 static char *gentag() { | |
| 48 return g_strdup_printf("%04d%04d", rand() & 0xFFFF, rand() & 0xFFFF); | |
| 49 } | |
| 50 | |
| 51 static char *genbranch() { | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
52 return g_strdup_printf("z9hG4bK%04X%04X%04X%04X%04X", |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
53 rand() & 0xFFFF, rand() & 0xFFFF, rand() & 0xFFFF, |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
54 rand() & 0xFFFF, rand() & 0xFFFF); |
| 11181 | 55 } |
| 56 | |
| 57 static char *gencallid() { | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
58 return g_strdup_printf("%04Xg%04Xa%04Xi%04Xm%04Xt%04Xb%04Xx%04Xx", |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
59 rand() & 0xFFFF, rand() & 0xFFFF, rand() & 0xFFFF, |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
60 rand() & 0xFFFF, rand() & 0xFFFF, rand() & 0xFFFF, |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
61 rand() & 0xFFFF, rand() & 0xFFFF); |
| 11181 | 62 } |
| 63 | |
| 12760 | 64 static char *get_my_ip() { |
| 65 static char my_ip[42]; | |
| 66 const char *tmp = gaim_network_get_public_ip(); | |
| 67 | |
| 68 if(!tmp || !strcmp(tmp,"0.0.0.0")) { | |
| 69 tmp = gaim_network_get_my_ip(-1); | |
| 70 } | |
|
12770
ab00cea25ef2
[gaim-migrate @ 15117]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12769
diff
changeset
|
71 strcpy(my_ip, tmp ? tmp : "0.0.0.0"); |
| 12760 | 72 return my_ip; |
| 73 } | |
| 74 | |
| 11181 | 75 static const char *simple_list_icon(GaimAccount *a, GaimBuddy *b) { |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
76 return "simple"; |
| 11181 | 77 } |
| 78 | |
| 79 static void simple_keep_alive(GaimConnection *gc) { | |
| 11194 | 80 struct simple_account_data *sip = gc->proto_data; |
| 11341 | 81 if(sip->udp) { /* in case of UDP send a packet only with a 0 byte to |
| 82 remain in the NAT table */ | |
| 11194 | 83 gchar buf[2]={0,0}; |
| 84 gaim_debug_info("simple", "sending keep alive\n"); | |
| 85 sendto(sip->fd, buf, 1, 0, (struct sockaddr*)&sip->serveraddr, sizeof(struct sockaddr_in)); | |
| 86 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
87 return; |
| 11181 | 88 } |
| 89 | |
| 90 static gboolean process_register_response(struct simple_account_data *sip, struct sipmsg *msg, struct transaction *tc); | |
| 91 static void send_notify(struct simple_account_data *sip, struct simple_watcher *); | |
| 92 | |
| 93 static void send_publish(struct simple_account_data *sip); | |
| 94 | |
| 95 static void do_notifies(struct simple_account_data *sip) { | |
| 96 GSList *tmp = sip->watcher; | |
| 97 gaim_debug_info("simple", "do_notifies()\n"); | |
| 11345 | 98 if((sip->republish != -1) || sip->republish < time(NULL)) { |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
99 if(gaim_account_get_bool(sip->account, "dopublish", TRUE)) { |
| 11345 | 100 send_publish(sip); |
| 101 } | |
| 102 } | |
| 11181 | 103 |
| 104 while(tmp) { | |
| 105 gaim_debug_info("simple", "notifying %s\n", ((struct simple_watcher*)tmp->data)->name); | |
| 106 send_notify(sip, tmp->data); | |
| 107 tmp = tmp->next; | |
| 108 } | |
| 109 } | |
| 110 | |
| 111 static void simple_set_status(GaimAccount *account, GaimStatus *status) { | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
112 GaimStatusPrimitive primitive = gaim_status_type_get_primitive(gaim_status_get_type(status)); |
| 11181 | 113 struct simple_account_data *sip = NULL; |
| 11718 | 114 |
| 11181 | 115 if (!gaim_status_is_active(status)) |
| 116 return; | |
| 117 | |
| 11718 | 118 if (account->gc) |
| 119 sip = account->gc->proto_data; | |
| 120 | |
| 121 if (sip) | |
| 122 { | |
| 11650 | 123 g_free(sip->status); |
| 11718 | 124 if (primitive == GAIM_STATUS_AVAILABLE) |
| 125 sip->status = g_strdup("available"); | |
| 126 else | |
| 127 sip->status = g_strdup("busy"); | |
| 11181 | 128 |
| 129 do_notifies(sip); | |
| 130 } | |
| 131 } | |
| 132 | |
| 133 static struct sip_connection *connection_find(struct simple_account_data *sip, int fd) { | |
| 134 struct sip_connection *ret = NULL; | |
| 135 GSList *entry = sip->openconns; | |
| 136 while(entry) { | |
| 137 ret = entry->data; | |
| 138 if(ret->fd == fd) return ret; | |
| 139 entry = entry->next; | |
| 140 } | |
| 141 return NULL; | |
| 142 } | |
| 143 | |
| 144 static struct simple_watcher *watcher_find(struct simple_account_data *sip, gchar *name) { | |
| 145 struct simple_watcher *watcher; | |
| 146 GSList *entry = sip->watcher; | |
| 147 while(entry) { | |
| 148 watcher = entry->data; | |
| 149 if(!strcmp(name, watcher->name)) return watcher; | |
| 150 entry = entry->next; | |
| 151 } | |
| 152 return NULL; | |
| 153 } | |
| 154 | |
| 155 static struct simple_watcher *watcher_create(struct simple_account_data *sip, gchar *name, gchar *callid, gchar *ourtag, gchar *theirtag) { | |
| 156 struct simple_watcher *watcher = g_new0(struct simple_watcher,1); | |
| 157 watcher->name = g_strdup(name); | |
| 158 watcher->dialog.callid = g_strdup(callid); | |
| 159 watcher->dialog.ourtag = g_strdup(ourtag); | |
| 160 watcher->dialog.theirtag = g_strdup(theirtag); | |
| 161 sip->watcher = g_slist_append(sip->watcher, watcher); | |
| 162 return watcher; | |
| 163 } | |
| 164 | |
| 165 static void watcher_remove(struct simple_account_data *sip, gchar *name) { | |
| 166 struct simple_watcher *watcher = watcher_find(sip, name); | |
| 167 sip->watcher = g_slist_remove(sip->watcher, watcher); | |
| 168 g_free(watcher->name); | |
| 169 g_free(watcher->dialog.callid); | |
| 170 g_free(watcher->dialog.ourtag); | |
| 171 g_free(watcher->dialog.theirtag); | |
| 172 g_free(watcher); | |
| 173 } | |
| 174 | |
| 175 static struct sip_connection *connection_create(struct simple_account_data *sip, int fd) { | |
| 176 struct sip_connection *ret = g_new0(struct sip_connection,1); | |
| 177 ret->fd = fd; | |
| 178 sip->openconns = g_slist_append(sip->openconns, ret); | |
| 179 return ret; | |
| 180 } | |
| 181 | |
| 182 static void connection_remove(struct simple_account_data *sip, int fd) { | |
| 183 struct sip_connection *conn = connection_find(sip, fd); | |
| 184 sip->openconns = g_slist_remove(sip->openconns, conn); | |
| 185 if(conn->inputhandler) gaim_input_remove(conn->inputhandler); | |
| 11650 | 186 g_free(conn->inbuf); |
| 11181 | 187 g_free(conn); |
| 188 } | |
| 189 | |
| 11346 | 190 static void connection_free_all(struct simple_account_data *sip) { |
| 191 struct sip_connection *ret = NULL; | |
| 192 GSList *entry = sip->openconns; | |
| 193 while(entry) { | |
| 194 ret = entry->data; | |
| 195 connection_remove(sip, ret->fd); | |
| 196 entry = sip->openconns; | |
| 197 } | |
| 198 } | |
| 199 | |
| 11181 | 200 static void simple_add_buddy(GaimConnection *gc, GaimBuddy *buddy, GaimGroup *group) |
| 201 { | |
| 202 struct simple_account_data *sip = (struct simple_account_data *)gc->proto_data; | |
| 203 struct simple_buddy *b; | |
| 204 if(strncmp("sip:", buddy->name,4)) { | |
| 12755 | 205 gchar *buf = g_strdup_printf("sip:%s",buddy->name); |
| 206 gaim_blist_rename_buddy(buddy, buf); | |
| 11181 | 207 g_free(buf); |
| 208 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
209 if(!g_hash_table_lookup(sip->buddies, buddy->name)) { |
| 11181 | 210 b = g_new0(struct simple_buddy, 1); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
211 gaim_debug_info("simple","simple_add_buddy %s\n",buddy->name); |
| 11181 | 212 b->name = g_strdup(buddy->name); |
| 213 g_hash_table_insert(sip->buddies, b->name, b); | |
| 214 } else { | |
| 215 gaim_debug_info("simple","buddy %s already in internal list\n", buddy->name); | |
| 216 } | |
| 217 } | |
| 218 | |
| 219 static void simple_get_buddies(GaimConnection *gc) { | |
| 220 GaimBlistNode *gnode, *cnode, *bnode; | |
| 221 | |
| 222 gaim_debug_info("simple","simple_get_buddies\n"); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
223 |
| 11181 | 224 for(gnode = gaim_get_blist()->root; gnode; gnode = gnode->next) { |
| 225 if(!GAIM_BLIST_NODE_IS_GROUP(gnode)) continue; | |
| 226 for(cnode = gnode->child; cnode; cnode = cnode->next) { | |
| 227 if(!GAIM_BLIST_NODE_IS_CONTACT(cnode)) continue; | |
| 228 for(bnode = cnode->child; bnode; bnode = bnode->next) { | |
| 229 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) continue; | |
| 11192 | 230 if(((GaimBuddy*)bnode)->account == gc->account) |
| 231 simple_add_buddy(gc, (GaimBuddy*)bnode, (GaimGroup *)gnode); | |
| 11181 | 232 } |
| 233 } | |
| 234 } | |
| 235 } | |
| 236 | |
| 237 static void simple_remove_buddy(GaimConnection *gc, GaimBuddy *buddy, GaimGroup *group) | |
| 238 { | |
| 239 struct simple_account_data *sip = (struct simple_account_data *)gc->proto_data; | |
| 240 struct simple_buddy *b = g_hash_table_lookup(sip->buddies, buddy->name); | |
| 241 g_hash_table_remove(sip->buddies, buddy->name); | |
| 242 g_free(b->name); | |
| 243 g_free(b); | |
| 244 } | |
| 245 | |
| 246 static GList *simple_status_types(GaimAccount *acc) { | |
| 247 GaimStatusType *type; | |
| 248 GList *types = NULL; | |
| 12456 | 249 |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
250 type = gaim_status_type_new_with_attrs( |
|
12595
3169cd6727ad
[gaim-migrate @ 14925]
Richard Laager <rlaager@wiktel.com>
parents:
12571
diff
changeset
|
251 GAIM_STATUS_AVAILABLE, NULL, NULL, TRUE, TRUE, FALSE, |
|
3169cd6727ad
[gaim-migrate @ 14925]
Richard Laager <rlaager@wiktel.com>
parents:
12571
diff
changeset
|
252 "message", _("Message"), gaim_value_new(GAIM_TYPE_STRING), |
|
3169cd6727ad
[gaim-migrate @ 14925]
Richard Laager <rlaager@wiktel.com>
parents:
12571
diff
changeset
|
253 NULL); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
254 types = g_list_append(types, type); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
255 |
| 12657 | 256 type = gaim_status_type_new_full( |
| 257 GAIM_STATUS_OFFLINE, NULL, NULL, TRUE, TRUE, FALSE); | |
| 258 types = g_list_append(types, type); | |
| 259 | |
| 11181 | 260 return types; |
| 261 } | |
| 262 | |
| 11346 | 263 static gchar *auth_header(struct simple_account_data *sip, struct sip_auth *auth, gchar *method, gchar *target) { |
| 264 gchar noncecount[9]; | |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
265 gchar *response; |
| 11346 | 266 gchar *ret; |
| 11409 | 267 gchar *tmp; |
| 13084 | 268 char *authdomain = gaim_account_get_string(sip->account, "authdomain", ""); |
| 269 char *authuser = gaim_account_get_string(sip->account, "authuser", sip->username); | |
| 270 if(!authuser || strlen(authuser)<1) { | |
| 271 authuser = sip->username; | |
| 272 } | |
| 11409 | 273 |
| 274 if(auth->type == 1) { /* Digest */ | |
| 275 sprintf(noncecount, "%08d", auth->nc++); | |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
276 response = gaim_cipher_http_digest_calculate_response( |
|
12389
e024601d45c7
[gaim-migrate @ 14695]
Richard Laager <rlaager@wiktel.com>
parents:
12382
diff
changeset
|
277 "md5", method, target, NULL, NULL, |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
278 auth->nonce, noncecount, NULL, auth->digest_session_key); |
| 11409 | 279 gaim_debug(GAIM_DEBUG_MISC, "simple", "response %s\n", response); |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
280 |
| 13084 | 281 ret = g_strdup_printf("Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", uri=\"%s\", nc=\"%s\", response=\"%s\"\r\n", authuser, auth->realm, auth->nonce, target, noncecount, response); |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
282 g_free(response); |
| 11409 | 283 return ret; |
| 284 } else if(auth->type == 2) { /* NTLM */ | |
| 13084 | 285 if(auth->nc == 3 && auth->nonce) { |
| 286 ret = gaim_ntlm_gen_type3(authuser, sip->password, "gaim", authdomain, auth->nonce, &auth->flags); | |
| 287 tmp = g_strdup_printf("NTLM qop=\"auth\", opaque=\"%s\", realm=\"%s\", targetname=\"%s\", gssapi-data=\"%s\"\r\n", auth->opaque, auth->realm, auth->target, ret); | |
| 11409 | 288 g_free(ret); |
| 289 return tmp; | |
| 290 } | |
| 13084 | 291 tmp = g_strdup_printf("NTLM qop=\"auth\", realm=\"%s\", targetname=\"%s\", gssapi-data=\"\"\r\n", auth->realm, auth->target); |
| 11409 | 292 return tmp; |
| 293 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
294 |
| 11346 | 295 sprintf(noncecount, "%08d", auth->nc++); |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
296 response = gaim_cipher_http_digest_calculate_response( |
|
12389
e024601d45c7
[gaim-migrate @ 14695]
Richard Laager <rlaager@wiktel.com>
parents:
12382
diff
changeset
|
297 "md5", method, target, NULL, NULL, |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
298 auth->nonce, noncecount, NULL, auth->digest_session_key); |
| 11346 | 299 gaim_debug(GAIM_DEBUG_MISC, "simple", "response %s\n", response); |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
300 |
| 13084 | 301 ret = g_strdup_printf("Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", uri=\"%s\", nc=\"%s\", response=\"%s\"\r\n", authuser, auth->realm, auth->nonce, target, noncecount, response); |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
302 g_free(response); |
| 11346 | 303 return ret; |
| 304 } | |
| 305 | |
|
12746
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
306 static char * parse_attribute(const char *attrname, char *source) { |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
307 char *tmp, *tmp2, *retval = NULL; |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
308 int len = strlen(attrname); |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
309 |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
310 if(!strncmp(source, attrname, len)) { |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
311 tmp = source + len; |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
312 tmp2 = g_strstr_len(tmp, strlen(tmp), "\""); |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
313 if(tmp2) |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
314 retval = g_strndup(tmp, tmp2 - tmp); |
| 13085 | 315 else |
| 316 retval = g_strdup(tmp); | |
|
12746
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
317 } |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
318 |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
319 return retval; |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
320 } |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
321 |
| 11346 | 322 static void fill_auth(struct simple_account_data *sip, gchar *hdr, struct sip_auth *auth) { |
| 11409 | 323 int i=0; |
| 13084 | 324 char *authuser = gaim_account_get_string(sip->account, "authuser", sip->username); |
| 11424 | 325 char *tmp; |
|
11439
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
326 gchar **parts; |
| 13084 | 327 |
| 328 if(!authuser || strlen(authuser)<1) { | |
| 329 authuser = sip->username; | |
| 330 } | |
| 331 | |
| 11346 | 332 if(!hdr) { |
| 11409 | 333 gaim_debug_error("simple", "fill_auth: hdr==NULL\n"); |
| 11346 | 334 return; |
| 335 } | |
| 11409 | 336 |
| 337 if(!g_strncasecmp(hdr, "NTLM", 4)) { | |
| 338 gaim_debug_info("simple", "found NTLM\n"); | |
| 339 auth->type = 2; | |
| 13084 | 340 if(!strstr(hdr, "gssapi-data")) { |
| 341 gaim_debug_info("simple","here"); | |
| 13085 | 342 parts = g_strsplit(hdr+5, "\", ", 0); |
| 13084 | 343 i = 0; |
| 11424 | 344 while(parts[i]) { |
| 13084 | 345 gaim_debug_info("simple","parts[i] %s\n",parts[i]); |
|
12746
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
346 if((tmp = parse_attribute("targetname=\"", |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
347 parts[i]))) { |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
348 auth->target = tmp; |
| 11424 | 349 } |
|
12746
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
350 else if((tmp = parse_attribute("realm=\"", |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
351 parts[i]))) { |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
352 auth->realm = tmp; |
| 11424 | 353 } |
| 354 i++; | |
| 355 } | |
|
11439
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
356 g_strfreev(parts); |
| 11409 | 357 auth->nc = 1; |
| 13084 | 358 } else { |
| 11409 | 359 auth->nc = 3; |
| 13084 | 360 i = 0; |
| 361 parts = g_strsplit(hdr, " ", 0); | |
| 362 while(parts[i]) { | |
| 363 if((tmp = parse_attribute("gssapi-data=\"", parts[i]))) { | |
| 364 auth->nonce = g_strdup(gaim_ntlm_parse_type2(tmp, &auth->flags)); | |
| 365 g_free(tmp); | |
| 366 } | |
| 367 if((tmp = parse_attribute("opaque=\"", parts[i]))) { | |
| 368 auth->opaque = tmp; | |
| 369 } | |
| 370 i++; | |
| 371 } | |
| 372 g_strfreev(parts); | |
| 11409 | 373 } |
| 374 return; | |
| 375 } | |
| 376 | |
| 377 auth->type = 1; | |
|
11439
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
378 parts = g_strsplit(hdr, " ", 0); |
| 11346 | 379 while(parts[i]) { |
|
12746
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
380 if((tmp = parse_attribute("nonce=\"", parts[i]))) { |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
381 auth->nonce = tmp; |
| 11346 | 382 } |
|
12746
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
383 else if((tmp = parse_attribute("realm=\"", parts[i]))) { |
|
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
384 auth->realm = tmp; |
| 11346 | 385 } |
| 386 i++; | |
| 387 } | |
|
11439
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
388 g_strfreev(parts); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
389 |
|
12745
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
390 gaim_debug(GAIM_DEBUG_MISC, "simple", "nonce: %s realm: %s ", auth->nonce ? auth->nonce : "(null)", auth->realm ? auth->realm : "(null)"); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
391 |
|
12382
cfc808463763
[gaim-migrate @ 14688]
Richard Laager <rlaager@wiktel.com>
parents:
12216
diff
changeset
|
392 auth->digest_session_key = gaim_cipher_http_digest_calculate_session_key( |
| 13084 | 393 "md5", authuser, auth->realm, sip->password, auth->nonce, NULL); |
| 11346 | 394 |
| 395 auth->nc=1; | |
| 396 } | |
| 397 | |
| 11181 | 398 static void simple_input_cb(gpointer data, gint source, GaimInputCondition cond); |
| 399 | |
| 400 static void send_later_cb(gpointer data, gint source, GaimInputCondition cond) { | |
| 401 GaimConnection *gc = data; | |
| 402 struct simple_account_data *sip = gc->proto_data; | |
| 403 struct sip_connection *conn; | |
| 404 | |
| 405 if( source < 0 ) { | |
| 406 gaim_connection_error(gc,"Could not connect"); | |
| 407 return; | |
| 408 } | |
| 409 | |
| 410 sip->fd = source; | |
|
13058
256abf4dd912
[gaim-migrate @ 15420]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12909
diff
changeset
|
411 sip->connecting = FALSE; |
| 11181 | 412 write(sip->fd, sip->sendlater, strlen(sip->sendlater)); |
| 413 conn = connection_create(sip, source); | |
| 414 conn->inputhandler = gaim_input_add(sip->fd, GAIM_INPUT_READ, simple_input_cb, gc); | |
| 415 g_free(sip->sendlater); | |
|
13058
256abf4dd912
[gaim-migrate @ 15420]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12909
diff
changeset
|
416 sip->sendlater = NULL; |
| 11181 | 417 } |
| 418 | |
| 419 | |
| 420 static void sendlater(GaimConnection *gc, const char *buf) { | |
| 421 struct simple_account_data *sip = gc->proto_data; | |
| 422 int error = 0; | |
| 423 if(!sip->connecting) { | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
424 gaim_debug_info("simple","connecting to %s port %d\n", sip->realhostname ? sip->realhostname : "{NULL}", sip->realport); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
425 error = gaim_proxy_connect(sip->account, sip->realhostname, sip->realport, send_later_cb, gc); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
426 if(error) { |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
427 gaim_connection_error(gc, _("Couldn't create socket")); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
428 } |
|
13058
256abf4dd912
[gaim-migrate @ 15420]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12909
diff
changeset
|
429 sip->connecting = TRUE; |
| 11181 | 430 } |
| 431 if(sip->sendlater) { | |
| 432 gchar *old = sip->sendlater; | |
| 433 sip->sendlater = g_strdup_printf("%s\r\n%s",old, buf); | |
|
13058
256abf4dd912
[gaim-migrate @ 15420]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12909
diff
changeset
|
434 g_free(old); |
| 11181 | 435 } else { |
| 436 sip->sendlater = g_strdup(buf); | |
| 437 } | |
| 438 } | |
| 439 | |
| 440 static int sendout_pkt(GaimConnection *gc, const char *buf) { | |
| 441 struct simple_account_data *sip = gc->proto_data; | |
| 442 time_t currtime = time(NULL); | |
| 11189 | 443 int ret = 0; |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
444 |
| 11181 | 445 gaim_debug(GAIM_DEBUG_MISC, "simple", "\n\nsending - %s\n######\n%s\n######\n\n", ctime(&currtime), buf); |
| 11189 | 446 if(sip->udp) { |
| 447 if(sendto(sip->fd, buf, strlen(buf), 0, (struct sockaddr*)&sip->serveraddr, sizeof(struct sockaddr_in)) < strlen(buf)) { | |
| 448 gaim_debug_info("simple", "could not send packet\n"); | |
| 449 } | |
| 450 } else { | |
| 451 if(sip->fd <0 ) { | |
| 452 sendlater(gc, buf); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
453 return 0; |
| 11189 | 454 } |
| 455 ret = write(sip->fd, buf, strlen(buf)); | |
| 456 if(ret < 0) { | |
| 457 sendlater(gc,buf); | |
| 458 return 0; | |
| 459 } | |
| 11181 | 460 } |
| 461 return ret; | |
| 462 } | |
| 463 | |
| 11194 | 464 static void sendout_sipmsg(struct simple_account_data *sip, struct sipmsg *msg) { |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
465 GSList *tmp = msg->headers; |
| 11194 | 466 gchar *name; |
| 467 gchar *value; | |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
468 GString *outstr = g_string_new(""); |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
469 g_string_append_printf(outstr, "%s %s SIP/2.0\r\n", msg->method, msg->target); |
| 11194 | 470 while(tmp) { |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
471 name = ((struct siphdrelement*) (tmp->data))->name; |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
472 value = ((struct siphdrelement*) (tmp->data))->value; |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
473 g_string_append_printf(outstr, "%s: %s\r\n", name, value); |
| 11194 | 474 tmp = g_slist_next(tmp); |
| 475 } | |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
476 g_string_append_printf(outstr, "\r\n%s", msg->body ? msg->body : ""); |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
477 sendout_pkt(sip->gc, outstr->str); |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
478 g_string_free(outstr, TRUE); |
| 11194 | 479 } |
| 480 | |
| 11181 | 481 static void send_sip_response(GaimConnection *gc, struct sipmsg *msg, int code, char *text, char *body) { |
| 482 GSList *tmp = msg->headers; | |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
483 gchar *name; |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
484 gchar *value; |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
485 GString *outstr = g_string_new(""); |
| 12754 | 486 |
| 487 /* When sending the acknowlegements and errors, the content length from the original | |
| 488 message is still here, but there is no body; we need to make sure we're sending the | |
| 489 correct content length */ | |
| 490 sipmsg_remove_header(msg, "Content-Length"); | |
| 491 if(body) { | |
| 492 gchar len[12]; | |
| 493 sprintf(len, "%" G_GSIZE_FORMAT , strlen(body)); | |
| 494 sipmsg_add_header(msg, "Content-Length",len); | |
| 495 } | |
| 496 else | |
| 497 sipmsg_add_header(msg, "Content-Length", "0"); | |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
498 g_string_append_printf(outstr, "SIP/2.0 %d %s\r\n", code, text); |
| 11181 | 499 while(tmp) { |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
500 name = ((struct siphdrelement*) (tmp->data))->name; |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
501 value = ((struct siphdrelement*) (tmp->data))->value; |
|
12745
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
502 |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
503 g_string_append_printf(outstr, "%s: %s\r\n", name, value); |
| 11181 | 504 tmp = g_slist_next(tmp); |
| 505 } | |
|
12741
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
506 g_string_append_printf(outstr, "\r\n%s", body ? body : ""); |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
507 sendout_pkt(gc, outstr->str); |
|
2b61e6ed85c3
[gaim-migrate @ 15088]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12730
diff
changeset
|
508 g_string_free(outstr, TRUE); |
| 11181 | 509 } |
| 510 | |
| 11194 | 511 static void transactions_remove(struct simple_account_data *sip, struct transaction *trans) { |
| 512 if(trans->msg) sipmsg_free(trans->msg); | |
| 513 sip->transactions = g_slist_remove(sip->transactions, trans); | |
| 514 g_free(trans); | |
| 515 } | |
| 516 | |
| 11181 | 517 static void transactions_add_buf(struct simple_account_data *sip, gchar *buf, void *callback) { |
| 518 struct transaction *trans = g_new0(struct transaction, 1); | |
| 519 trans->time = time(NULL); | |
| 520 trans->msg = sipmsg_parse_msg(buf); | |
| 521 trans->cseq = sipmsg_find_header(trans->msg, "CSeq"); | |
| 522 trans->callback = callback; | |
| 523 sip->transactions = g_slist_append(sip->transactions, trans); | |
| 524 } | |
| 525 | |
| 526 static struct transaction *transactions_find(struct simple_account_data *sip, struct sipmsg *msg) { | |
| 527 struct transaction *trans; | |
| 528 GSList *transactions = sip->transactions; | |
| 529 gchar *cseq = sipmsg_find_header(msg, "CSeq"); | |
| 530 | |
| 531 while(transactions) { | |
| 532 trans = transactions->data; | |
| 533 if(!strcmp(trans->cseq, cseq)) { | |
| 534 return trans; | |
| 535 } | |
| 536 transactions = transactions->next; | |
| 537 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
538 |
| 11181 | 539 return (struct transaction *)NULL; |
| 540 } | |
| 541 | |
| 542 static void send_sip_request(GaimConnection *gc, gchar *method, gchar *url, gchar *to, gchar *addheaders, gchar *body, struct sip_dialog *dialog, TransCallback tc) { | |
| 543 struct simple_account_data *sip = gc->proto_data; | |
| 544 char *callid= dialog ? g_strdup(dialog->callid) : gencallid(); | |
| 12216 | 545 char *auth=""; |
| 546 char *addh=""; | |
| 547 gchar *branch = genbranch(); | |
| 548 char *buf; | |
| 549 | |
| 12196 | 550 if(!strcmp(method,"REGISTER")) { |
| 551 if(sip->regcallid) callid = g_strdup(sip->regcallid); | |
| 552 else sip->regcallid = g_strdup(callid); | |
| 553 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
554 |
| 11181 | 555 if(addheaders) addh=addheaders; |
| 11409 | 556 if(sip->registrar.type && !strcmp(method,"REGISTER")) { |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
557 buf = auth_header(sip, &sip->registrar, method, url); |
|
12563
b7f7f3a685ea
[gaim-migrate @ 14882]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12492
diff
changeset
|
558 auth = g_strdup_printf("Authorization: %s", buf); |
| 11346 | 559 g_free(buf); |
| 11181 | 560 gaim_debug(GAIM_DEBUG_MISC, "simple", "header %s", auth); |
| 561 } | |
| 562 | |
| 11409 | 563 if(sip->proxy.type && strcmp(method,"REGISTER")) { |
| 11346 | 564 buf = auth_header(sip, &sip->proxy, method, url); |
|
12563
b7f7f3a685ea
[gaim-migrate @ 14882]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12492
diff
changeset
|
565 auth = g_strdup_printf("Proxy-Authorization: %s", buf); |
| 11346 | 566 g_free(buf); |
| 11181 | 567 gaim_debug(GAIM_DEBUG_MISC, "simple", "header %s", auth); |
| 568 } | |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
569 |
| 11181 | 570 buf = g_strdup_printf("%s %s SIP/2.0\r\n" |
| 11190 | 571 "Via: SIP/2.0/%s %s:%d;branch=%s\r\n" |
| 13084 | 572 /* Don't know what epid is, but LCS wants it */ |
| 573 "From: <sip:%s@%s>;tag=%s;epid=1234567890\r\n" | |
| 11181 | 574 "To: <%s>%s%s\r\n" |
| 575 "Max-Forwards: 10\r\n" | |
| 576 "CSeq: %d %s\r\n" | |
| 577 "User-Agent: Gaim SIP/SIMPLE Plugin\r\n" | |
| 578 "Call-ID: %s\r\n" | |
| 579 "%s%s" | |
| 11658 | 580 "Content-Length: %" G_GSIZE_FORMAT "\r\n\r\n%s", |
| 11181 | 581 method, |
| 582 url, | |
| 11190 | 583 sip->udp ? "UDP" : "TCP", |
| 12760 | 584 get_my_ip(), |
| 11181 | 585 sip->listenport, |
| 586 branch, | |
| 587 sip->username, | |
| 588 sip->servername, | |
| 589 dialog ? dialog->ourtag : gentag(), | |
| 590 to, | |
| 591 dialog ? ";tag=" : "", | |
| 592 dialog ? dialog->theirtag : "", | |
| 593 ++sip->cseq, | |
| 594 method, | |
| 595 callid, | |
| 596 auth, | |
| 597 addh, | |
| 598 strlen(body), | |
| 599 body); | |
| 600 g_free(branch); | |
| 601 g_free(callid); | |
| 602 | |
| 11341 | 603 /* add to ongoing transactions */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
604 |
| 11181 | 605 transactions_add_buf(sip, buf, tc); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
606 |
| 11181 | 607 sendout_pkt(gc,buf); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
608 |
| 11181 | 609 g_free(buf); |
| 610 } | |
| 611 | |
| 11194 | 612 static void do_register_exp(struct simple_account_data *sip, int expire) { |
| 11181 | 613 char *uri = g_strdup_printf("sip:%s",sip->servername); |
| 614 char *to = g_strdup_printf("sip:%s@%s",sip->username,sip->servername); | |
| 12760 | 615 char *contact = g_strdup_printf("Contact: <sip:%s@%s:%d;transport=%s>;methods=\"MESSAGE, SUBSCRIBE, NOTIFY\"\r\nExpires: %d\r\n", sip->username, get_my_ip(), sip->listenport, sip->udp ? "udp" : "tcp", expire); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
616 |
|
11439
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
617 sip->registerstatus = 1; |
|
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
618 |
| 11194 | 619 if(expire) { |
| 620 sip->reregister = time(NULL) + expire - 50; | |
| 621 } else { | |
| 622 sip->reregister = time(NULL) + 600; | |
| 623 } | |
| 624 send_sip_request(sip->gc,"REGISTER",uri,to, contact, "", NULL, process_register_response); | |
| 11341 | 625 g_free(contact); |
| 11181 | 626 g_free(uri); |
| 627 g_free(to); | |
| 628 } | |
| 629 | |
| 11194 | 630 static void do_register(struct simple_account_data *sip) { |
| 631 do_register_exp(sip, sip->registerexpire); | |
| 632 } | |
| 633 | |
| 11181 | 634 static gchar *parse_from(gchar *hdr) { |
| 635 gchar *from = hdr; | |
| 636 gchar *tmp; | |
| 637 | |
| 638 if(!from) return NULL; | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
639 gaim_debug_info("simple", "parsing address out of %s\n",from); |
| 11181 | 640 tmp = strchr(from, '<'); |
| 641 | |
| 11341 | 642 /* i hate the different SIP UA behaviours... */ |
| 643 if(tmp) { /* sip address in <...> */ | |
| 11181 | 644 from = tmp+1; |
| 645 tmp = strchr(from,'>'); | |
| 646 if(tmp) { | |
| 647 from = g_strndup(from,tmp-from); | |
| 648 } else { | |
| 649 gaim_debug_info("simple", "found < without > in From\n"); | |
| 650 return NULL; | |
| 651 } | |
| 652 } else { | |
| 653 tmp = strchr(from, ';'); | |
| 654 if(tmp) { | |
| 655 from = g_strndup(from,tmp-from); | |
| 11483 | 656 } else { |
| 657 from = g_strdup(from); | |
| 11181 | 658 } |
| 659 } | |
| 660 gaim_debug_info("simple", "got %s\n",from); | |
| 661 return from; | |
| 662 } | |
| 663 | |
| 664 static gboolean process_subscribe_response(struct simple_account_data *sip, struct sipmsg *msg, struct transaction *tc) { | |
| 11341 | 665 gchar *to = parse_from(sipmsg_find_header(tc->msg,"To")); /* cant be NULL since it is our own msg */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
666 |
| 11181 | 667 if(msg->response==200 || msg->response==202) { |
| 668 return TRUE; | |
| 669 } | |
| 670 | |
| 11341 | 671 /* we can not subscribe -> user is offline (TODO unknown status?) */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
672 |
| 11181 | 673 gaim_prpl_got_user_status(sip->account, to, "offline", NULL); |
| 674 g_free(to); | |
| 675 return TRUE; | |
| 676 } | |
| 677 | |
| 678 static void simple_subscribe(struct simple_account_data *sip, struct simple_buddy *buddy) { | |
| 11341 | 679 gchar *contact = "Expires: 300\r\nAccept: application/pidf+xml\r\nEvent: presence\r\n"; |
| 11181 | 680 gchar *to; |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
681 if(strstr(buddy->name,"sip:")) to = g_strdup(buddy->name); |
| 11181 | 682 else to = g_strdup_printf("sip:%s",buddy->name); |
| 13081 | 683 contact = g_strdup_printf("%sContact: <sip:%s@%s>\r\n", contact, sip->username, sip->servername); |
| 11341 | 684 /* subscribe to buddy presence |
| 685 * we dont need to know the status so we do not need a callback */ | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
686 |
| 11181 | 687 send_sip_request(sip->gc, "SUBSCRIBE",to, to, contact, "", NULL, process_subscribe_response); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
688 |
| 11181 | 689 g_free(to); |
| 11341 | 690 g_free(contact); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
691 |
| 11341 | 692 /* resubscribe before subscription expires */ |
| 693 /* add some jitter */ | |
| 694 buddy->resubscribe = time(NULL)+250+(rand()%50); | |
| 11181 | 695 } |
| 696 | |
| 697 static void simple_buddy_resub(char *name, struct simple_buddy *buddy, struct simple_account_data *sip) { | |
| 698 time_t curtime = time(NULL); | |
| 11341 | 699 gaim_debug_info("simple","buddy resub\n"); |
| 11181 | 700 if(buddy->resubscribe < curtime) { |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
701 gaim_debug(GAIM_DEBUG_MISC, "simple", "simple_buddy_resub %s\n",name); |
| 11181 | 702 simple_subscribe(sip, buddy); |
| 703 } | |
| 704 } | |
| 705 | |
| 11194 | 706 static gboolean resend_timeout(struct simple_account_data *sip) { |
| 707 GSList *tmp = sip->transactions; | |
| 708 time_t currtime = time(NULL); | |
| 709 while(tmp) { | |
| 710 struct transaction *trans = tmp->data; | |
| 711 tmp = tmp->next; | |
| 712 gaim_debug_info("simple", "have open transaction age: %d\n", currtime- trans->time); | |
| 713 if((currtime - trans->time > 5) && trans->retries >= 1) { | |
| 11341 | 714 /* TODO 408 */ |
| 11194 | 715 } else { |
| 716 if((currtime - trans->time > 2) && trans->retries == 0) { | |
| 717 trans->retries++; | |
| 718 sendout_sipmsg(sip, trans->msg); | |
| 719 } | |
| 720 } | |
| 721 } | |
| 722 return TRUE; | |
| 723 } | |
| 724 | |
| 12768 | 725 static gboolean subscribe_timeout(struct simple_account_data *sip) { |
| 11181 | 726 GSList *tmp; |
| 727 time_t curtime = time(NULL); | |
| 11341 | 728 /* register again if first registration expires */ |
| 11181 | 729 if(sip->reregister < curtime) { |
| 11194 | 730 do_register(sip); |
| 11181 | 731 } |
| 11341 | 732 /* check for every subscription if we need to resubscribe */ |
| 11181 | 733 g_hash_table_foreach(sip->buddies, (GHFunc)simple_buddy_resub, (gpointer)sip); |
| 734 | |
| 11341 | 735 /* remove a timed out suscriber */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
736 |
| 11181 | 737 tmp = sip->watcher; |
| 738 while(tmp) { | |
| 739 struct simple_watcher *watcher = tmp->data; | |
| 740 if(watcher->expire < curtime) { | |
| 741 watcher_remove(sip, watcher->name); | |
| 742 tmp = sip->watcher; | |
| 743 } | |
| 744 if(tmp) tmp = tmp->next; | |
| 745 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
746 |
| 11181 | 747 return TRUE; |
| 748 } | |
| 749 | |
| 750 static void simple_send_message(struct simple_account_data *sip, char *to, char *msg, char *type) { | |
| 751 gchar *hdr; | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
752 if(type) { |
| 11181 | 753 hdr = g_strdup_printf("Content-Type: %s\r\n",type); |
| 754 } else { | |
| 755 hdr = g_strdup("Content-Type: text/plain\r\n"); | |
| 756 } | |
| 757 send_sip_request(sip->gc, "MESSAGE", to, to, hdr, msg, NULL, NULL); | |
| 758 g_free(hdr); | |
| 759 } | |
| 760 | |
| 12216 | 761 static int simple_im_send(GaimConnection *gc, const char *who, const char *what, GaimMessageFlags flags) { |
| 11181 | 762 struct simple_account_data *sip = gc->proto_data; |
| 763 char *to = g_strdup(who); | |
| 12216 | 764 char *text = gaim_unescape_html(what); |
| 11181 | 765 simple_send_message(sip, to, text, NULL); |
| 766 g_free(to); | |
| 767 g_free(text); | |
| 768 return 1; | |
| 769 } | |
| 770 | |
| 771 static void process_incoming_message(struct simple_account_data *sip, struct sipmsg *msg) { | |
| 772 gchar *from; | |
| 773 gchar *contenttype; | |
| 774 gboolean found = FALSE; | |
| 775 | |
| 776 from = parse_from(sipmsg_find_header(msg, "From")); | |
| 777 | |
| 778 if(!from) return; | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
779 |
| 11181 | 780 gaim_debug(GAIM_DEBUG_MISC, "simple", "got message from %s: %s\n", from, msg->body); |
| 781 | |
| 782 contenttype = sipmsg_find_header(msg, "Content-Type"); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
783 if(!contenttype || !strncmp(contenttype, "text/plain", 10) || !strncmp(contenttype, "text/html", 9)) { |
| 11181 | 784 serv_got_im(sip->gc, from, msg->body, 0, time(NULL)); |
| 785 send_sip_response(sip->gc, msg, 200, "OK", NULL); | |
| 786 found = TRUE; | |
| 787 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
788 if(!strncmp(contenttype, "application/im-iscomposing+xml",30)) { |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
789 xmlnode *isc = xmlnode_from_str(msg->body, msg->bodylen); |
| 11181 | 790 xmlnode *state; |
| 791 gchar *statedata; | |
| 792 | |
| 793 if(!isc) { | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
794 gaim_debug_info("simple","process_incoming_message: can not parse iscomposing\n"); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
795 return; |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
796 } |
| 11181 | 797 |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
798 state = xmlnode_get_child(isc, "state"); |
| 11181 | 799 |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
800 if(!state) { |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
801 gaim_debug_info("simple","process_incoming_message: no state found\n"); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
802 return; |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
803 } |
| 11181 | 804 |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
805 statedata = xmlnode_get_data(state); |
| 11181 | 806 if(statedata) { |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
807 if(strstr(statedata,"active")) serv_got_typing(sip->gc, from, 0, GAIM_TYPING); |
| 11181 | 808 else serv_got_typing_stopped(sip->gc, from); |
| 809 } | |
| 810 xmlnode_free(isc); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
811 send_sip_response(sip->gc, msg, 200, "OK", NULL); |
| 11181 | 812 found = TRUE; |
| 813 } | |
| 814 if(!found) { | |
| 815 gaim_debug_info("simple", "got unknown mime-type"); | |
| 816 send_sip_response(sip->gc, msg, 415, "Unsupported media type", NULL); | |
| 817 } | |
| 818 g_free(from); | |
| 819 } | |
| 820 | |
| 821 | |
| 822 gboolean process_register_response(struct simple_account_data *sip, struct sipmsg *msg, struct transaction *tc) { | |
| 823 gchar *tmp; | |
| 824 gaim_debug(GAIM_DEBUG_MISC, "simple", "in process register response response: %d\n", msg->response); | |
| 825 switch (msg->response) { | |
| 826 case 200: | |
| 11341 | 827 if(sip->registerstatus<3) { /* registered */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
828 if(gaim_account_get_bool(sip->account, "dopublish", TRUE)) { |
| 11345 | 829 send_publish(sip); |
| 830 } | |
| 11181 | 831 } |
| 832 sip->registerstatus=3; | |
| 833 gaim_connection_set_state(sip->gc, GAIM_CONNECTED); | |
| 11341 | 834 |
| 835 /* get buddies from blist */ | |
| 836 simple_get_buddies(sip->gc); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
837 |
| 12768 | 838 subscribe_timeout(sip); |
| 11181 | 839 break; |
| 840 case 401: | |
| 841 if(sip->registerstatus!=2) { | |
| 11346 | 842 gaim_debug_info("simple","REGISTER retries %d\n",sip->registrar.retries); |
| 843 if(sip->registrar.retries>3) { | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
844 gaim_connection_error(sip->gc,"Wrong Password"); |
| 11346 | 845 return TRUE; |
| 846 } | |
| 11181 | 847 tmp = sipmsg_find_header(msg, "WWW-Authenticate"); |
| 848 fill_auth(sip, tmp, &sip->registrar); | |
| 849 sip->registerstatus=2; | |
| 11194 | 850 do_register(sip); |
| 11181 | 851 } |
| 852 break; | |
| 853 } | |
| 854 return TRUE; | |
| 855 } | |
| 856 | |
| 857 static void process_incoming_notify(struct simple_account_data *sip, struct sipmsg *msg) { | |
| 858 gchar *from; | |
| 859 gchar *fromhdr; | |
| 860 gchar *tmp2; | |
| 861 xmlnode *pidf; | |
| 862 xmlnode *basicstatus; | |
| 863 gboolean isonline = FALSE; | |
| 864 | |
| 865 fromhdr = sipmsg_find_header(msg,"From"); | |
| 866 from = parse_from(fromhdr); | |
| 867 if(!from) return; | |
| 868 | |
| 869 pidf = xmlnode_from_str(msg->body, msg->bodylen); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
870 |
| 11181 | 871 if(!pidf) { |
| 872 gaim_debug_info("simple","process_incoming_notify: no parseable pidf\n"); | |
| 873 return; | |
| 874 } | |
| 875 | |
| 876 basicstatus = xmlnode_get_child(xmlnode_get_child(xmlnode_get_child(pidf,"tuple"),"status"), "basic"); | |
| 877 | |
| 878 if(!basicstatus) { | |
| 879 gaim_debug_info("simple","process_incoming_notify: no basic found\n"); | |
| 880 return; | |
| 881 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
882 |
| 11181 | 883 tmp2 = xmlnode_get_data(basicstatus); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
884 |
| 11181 | 885 if(!tmp2) { |
| 886 gaim_debug_info("simple","process_incoming_notify: no basic data found\n"); | |
| 887 return; | |
| 888 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
889 |
| 11181 | 890 if(strstr(tmp2, "open")) { |
| 891 isonline = TRUE; | |
| 892 } | |
| 893 | |
| 894 if(isonline) gaim_prpl_got_user_status(sip->account, from, "available", NULL); | |
| 895 else gaim_prpl_got_user_status(sip->account, from, "offline", NULL); | |
| 896 | |
| 897 xmlnode_free(pidf); | |
| 898 | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
899 g_free(from); |
| 11181 | 900 send_sip_response(sip->gc, msg, 200, "OK", NULL); |
| 901 } | |
| 902 | |
| 903 static int simple_typing(GaimConnection *gc, const char *name, int typing) { | |
| 904 struct simple_account_data *sip = gc->proto_data; | |
| 905 | |
| 906 gchar *xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" | |
| 907 "<isComposing xmlns=\"urn:ietf:params:xml:ns:im-iscomposing\"\n" | |
| 908 "xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n" | |
| 909 "xsi:schemaLocation=\"urn:ietf:params:xml:ns:im-composing iscomposing.xsd\">\n" | |
| 910 "<state>%s</state>\n" | |
| 911 "<contenttype>text/plain</contenttype>\n" | |
| 912 "<refresh>60</refresh>\n" | |
| 913 "</isComposing>"; | |
| 914 gchar *recv = g_strdup(name); | |
| 915 if(typing == GAIM_TYPING) { | |
| 916 gchar *msg = g_strdup_printf(xml, "active"); | |
| 917 simple_send_message(sip, recv, msg, "application/im-iscomposing+xml"); | |
| 918 g_free(msg); | |
| 919 } else { | |
| 920 gchar *msg = g_strdup_printf(xml, "idle"); | |
| 921 simple_send_message(sip, recv, msg, "application/im-iscomposing+xml"); | |
| 922 g_free(msg); | |
| 923 } | |
| 924 g_free(recv); | |
| 925 return 1; | |
| 926 } | |
| 927 | |
| 928 static gchar *find_tag(gchar *hdr) { | |
| 929 gchar *tmp = strstr(hdr, ";tag="); | |
| 930 gchar *tmp2; | |
| 931 if(!tmp) return NULL; | |
| 932 tmp += 5; | |
| 933 if((tmp2 = strchr(tmp, ';'))) { | |
| 934 tmp2[0] = '\0'; | |
| 935 tmp = g_strdup(tmp); | |
| 936 tmp2[0] = ';'; | |
| 937 return tmp; | |
| 938 } | |
| 939 return g_strdup(tmp); | |
| 940 } | |
| 941 | |
| 942 static gchar* gen_pidf(struct simple_account_data *sip) { | |
| 943 gchar *doc = g_strdup_printf("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
944 "<presence xmlns=\"urn:ietf:params:xml:ns:pidf\"\n" |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
945 "xmlns:im=\"urn:ietf:params:xml:ns:pidf:im\"\n" |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
946 "entity=\"sip:%s@%s\">\n" |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
947 "<tuple id=\"bs35r9f\">\n" |
| 11181 | 948 "<status>\n" |
| 949 "<basic>open</basic>\n" | |
| 950 "<im:im>%s</im:im>\n" | |
| 951 "</status>\n" | |
| 952 "</tuple>\n" | |
| 953 "</presence>", | |
| 954 sip->username, | |
| 955 sip->servername, | |
| 956 sip->status); | |
| 957 return doc; | |
| 958 } | |
| 959 | |
| 960 static void send_notify(struct simple_account_data *sip, struct simple_watcher *watcher) { | |
| 961 gchar *doc = gen_pidf(sip); | |
| 962 send_sip_request(sip->gc, "NOTIFY", watcher->name, watcher->name, "Event: presence\r\nContent-Type: application/pidf+xml\r\n", doc, &watcher->dialog, NULL); | |
| 963 g_free(doc); | |
| 964 } | |
| 965 | |
| 966 static gboolean process_publish_response(struct simple_account_data *sip, struct sipmsg *msg, struct transaction *tc) { | |
| 11345 | 967 if(msg->response != 200 && msg->response != 408) { |
| 11341 | 968 /* never send again */ |
| 11181 | 969 sip->republish = -1; |
| 970 } | |
| 971 return TRUE; | |
| 972 } | |
| 973 | |
| 974 static void send_publish(struct simple_account_data *sip) { | |
| 975 gchar *uri = g_strdup_printf("sip:%s@%s", sip->username, sip->servername); | |
| 976 gchar *doc = gen_pidf(sip); | |
| 11341 | 977 send_sip_request(sip->gc, "PUBLISH", uri, uri, "Expires: 600\r\nEvent: presence\r\nContent-Type: application/pidf+xml\r\n", doc, NULL, process_publish_response); |
| 11181 | 978 sip->republish = time(NULL) + 500; |
| 979 g_free(doc); | |
| 980 } | |
| 981 | |
| 982 static void process_incoming_subscribe(struct simple_account_data *sip, struct sipmsg *msg) { | |
| 983 gchar *from = parse_from(sipmsg_find_header(msg, "From")); | |
| 984 gchar *theirtag = find_tag(sipmsg_find_header(msg, "From")); | |
| 985 gchar *ourtag = find_tag(sipmsg_find_header(msg, "To")); | |
| 986 gboolean tagadded = FALSE; | |
| 987 gchar *callid = sipmsg_find_header(msg, "Call-ID"); | |
| 988 gchar *expire = sipmsg_find_header(msg, "Expire"); | |
| 989 gchar *tmp; | |
| 990 struct simple_watcher *watcher = watcher_find(sip, from); | |
| 991 if(!ourtag) { | |
| 992 tagadded = TRUE; | |
| 993 ourtag = gentag(); | |
| 994 } | |
| 11341 | 995 if(!watcher) { /* new subscription */ |
| 11345 | 996 if(!gaim_privacy_check(sip->account, from)) { |
| 997 send_sip_response(sip->gc, msg, 202, "Ok", NULL); | |
| 998 goto privend; | |
| 999 } | |
| 11181 | 1000 watcher = watcher_create(sip, from, callid, ourtag, theirtag); |
| 1001 } | |
| 1002 if(tagadded) { | |
| 1003 gchar *to = g_strdup_printf("%s;tag=%s", sipmsg_find_header(msg, "To"), ourtag); | |
| 1004 sipmsg_remove_header(msg, "To"); | |
| 1005 sipmsg_add_header(msg, "To", to); | |
| 1006 } | |
| 1007 if(expire) | |
| 1008 watcher->expire = time(NULL) + strtol(expire, NULL, 10); | |
| 1009 else | |
| 1010 watcher->expire = time(NULL) + 600; | |
| 1011 sipmsg_remove_header(msg, "Contact"); | |
| 13081 | 1012 tmp = g_strdup_printf("<sip:%s@%s>",sip->username, sip->servername); |
| 11181 | 1013 sipmsg_add_header(msg, "Contact", tmp); |
| 1014 gaim_debug_info("simple","got subscribe: name %s ourtag %s theirtag %s callid %s\n", watcher->name, watcher->dialog.ourtag, watcher->dialog.theirtag, watcher->dialog.callid); | |
| 1015 send_sip_response(sip->gc, msg, 200, "Ok", NULL); | |
| 1016 g_free(tmp); | |
| 1017 send_notify(sip, watcher); | |
| 11345 | 1018 privend: |
| 1019 g_free(from); | |
| 1020 g_free(theirtag); | |
| 1021 g_free(ourtag); | |
| 1022 g_free(callid); | |
| 1023 g_free(expire); | |
| 11181 | 1024 } |
| 1025 | |
| 11189 | 1026 static void process_input_message(struct simple_account_data *sip, struct sipmsg *msg) { |
|
12745
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1027 gboolean found = FALSE; |
|
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1028 if(msg->response == 0) { /* request */ |
| 11189 | 1029 if(!strcmp(msg->method, "MESSAGE")) { |
| 1030 process_incoming_message(sip, msg); | |
|
12745
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1031 found = TRUE; |
|
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1032 } else if(!strcmp(msg->method, "NOTIFY")) { |
| 11189 | 1033 process_incoming_notify(sip, msg); |
|
12745
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1034 found = TRUE; |
|
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1035 } else if(!strcmp(msg->method, "SUBSCRIBE")) { |
| 11189 | 1036 process_incoming_subscribe(sip, msg); |
|
12745
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1037 found = TRUE; |
|
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1038 } else { |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1039 send_sip_response(sip->gc, msg, 501, "Not implemented", NULL); |
| 11190 | 1040 } |
| 11341 | 1041 } else { /* response */ |
| 11189 | 1042 struct transaction *trans = transactions_find(sip, msg); |
| 1043 if(trans) { | |
| 1044 if(msg->response == 407) { | |
|
11439
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
1045 gchar *resend, *auth, *ptmp; |
|
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
1046 |
| 11346 | 1047 if(sip->proxy.retries>3) return; |
| 1048 sip->proxy.retries++; | |
| 11341 | 1049 /* do proxy authentication */ |
| 11189 | 1050 |
|
11439
617e67e1c985
[gaim-migrate @ 13676]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11424
diff
changeset
|
1051 ptmp = sipmsg_find_header(msg, "Proxy-Authenticate"); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1052 |
| 11189 | 1053 fill_auth(sip, ptmp, &sip->proxy); |
| 11346 | 1054 auth = auth_header(sip, &sip->proxy, trans->msg->method, trans->msg->target); |
| 11189 | 1055 sipmsg_remove_header(msg, "Proxy-Authorization"); |
| 1056 sipmsg_add_header(trans->msg, "Proxy-Authorization", auth); | |
| 1057 g_free(auth); | |
| 1058 resend = sipmsg_to_string(trans->msg); | |
| 11341 | 1059 /* resend request */ |
| 11189 | 1060 sendout_pkt(sip->gc, resend); |
| 1061 g_free(resend); | |
| 1062 } else { | |
| 11517 | 1063 if(msg->response == 100) { |
| 1064 /* ignore provisional response */ | |
| 1065 gaim_debug_info("simple","got trying response\n"); | |
| 1066 } else { | |
| 1067 sip->proxy.retries = 0; | |
| 1068 if(msg->response == 401) sip->registrar.retries++; | |
| 1069 else sip->registrar.retries = 0; | |
| 1070 if(trans->callback) { | |
| 1071 /* call the callback to process response*/ | |
| 1072 (trans->callback)(sip, msg, trans); | |
| 1073 } | |
| 1074 transactions_remove(sip, trans); | |
| 11189 | 1075 } |
| 1076 } | |
|
12745
e788741f4840
[gaim-migrate @ 15092]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12741
diff
changeset
|
1077 found = TRUE; |
| 11189 | 1078 } else { |
| 1079 gaim_debug(GAIM_DEBUG_MISC, "simple", "received response to unknown transaction"); | |
| 1080 } | |
| 1081 } | |
| 1082 if(!found) { | |
|
12746
4f7dab030b1a
[gaim-migrate @ 15093]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12745
diff
changeset
|
1083 gaim_debug(GAIM_DEBUG_MISC, "simple", "received a unknown sip message with method %s and response %d\n",msg->method, msg->response); |
| 11189 | 1084 } |
| 1085 } | |
| 1086 | |
| 11181 | 1087 static void process_input(struct simple_account_data *sip, struct sip_connection *conn) |
| 1088 { | |
| 1089 char *cur; | |
| 1090 char *dummy; | |
| 1091 struct sipmsg *msg; | |
| 1092 int restlen; | |
| 1093 cur = conn->inbuf; | |
| 1094 | |
| 11341 | 1095 /* according to the RFC remove CRLF at the beginning */ |
| 11181 | 1096 while(*cur == '\r' || *cur == '\n') { |
| 1097 cur++; | |
| 1098 } | |
| 1099 if(cur != conn->inbuf) { | |
| 1100 memmove(conn->inbuf, cur, conn->inbufused-(cur-conn->inbuf)); | |
| 1101 conn->inbufused=strlen(conn->inbuf); | |
| 1102 } | |
| 1103 | |
| 11341 | 1104 /* Received a full Header? */ |
| 11181 | 1105 if((cur = strstr(conn->inbuf, "\r\n\r\n"))!=NULL) { |
| 1106 time_t currtime = time(NULL); | |
| 1107 cur += 2; | |
| 1108 cur[0] = '\0'; | |
| 1109 gaim_debug_info("simple","\n\nreceived - %s\n######\n%s\n#######\n\n",ctime(&currtime), conn->inbuf); | |
| 1110 msg = sipmsg_parse_header(conn->inbuf); | |
| 1111 cur[0] = '\r'; | |
| 1112 cur += 2; | |
| 1113 restlen = conn->inbufused - (cur-conn->inbuf); | |
| 1114 if(restlen>=msg->bodylen) { | |
| 1115 dummy = g_malloc(msg->bodylen+1); | |
| 1116 memcpy(dummy, cur, msg->bodylen); | |
| 1117 dummy[msg->bodylen]='\0'; | |
| 1118 msg->body = dummy; | |
| 1119 cur+=msg->bodylen; | |
| 13083 | 1120 memmove(conn->inbuf, cur, conn->inbuflen-(cur-conn->inbuf)); |
| 11181 | 1121 conn->inbufused=strlen(conn->inbuf); |
| 1122 } else { | |
| 1123 sipmsg_free(msg); | |
| 1124 return; | |
| 1125 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1126 gaim_debug(GAIM_DEBUG_MISC, "simple", "in process response response: %d\n", msg->response); |
| 11189 | 1127 process_input_message(sip,msg); |
| 11181 | 1128 } else { |
| 1129 gaim_debug(GAIM_DEBUG_MISC, "simple", "received a incomplete sip msg: %s\n", conn->inbuf); | |
| 1130 } | |
| 1131 } | |
| 1132 | |
| 11189 | 1133 static void simple_udp_process(gpointer data, gint source, GaimInputCondition con) { |
| 1134 GaimConnection *gc = data; | |
| 1135 struct simple_account_data *sip = gc->proto_data; | |
| 1136 struct sipmsg *msg; | |
| 1137 int len; | |
| 1138 time_t currtime; | |
| 1139 | |
| 1140 static char buffer[65536]; | |
|
12770
ab00cea25ef2
[gaim-migrate @ 15117]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12769
diff
changeset
|
1141 if((len = recv(source, buffer, sizeof(buffer) - 1, 0)) > 0) { |
|
12748
dd271caf25b0
[gaim-migrate @ 15095]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12746
diff
changeset
|
1142 buffer[len] = '\0'; |
|
dd271caf25b0
[gaim-migrate @ 15095]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12746
diff
changeset
|
1143 gaim_debug_info("simple","\n\nreceived - %s\n######\n%s\n#######\n\n",ctime(&currtime), buffer); |
|
dd271caf25b0
[gaim-migrate @ 15095]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12746
diff
changeset
|
1144 msg = sipmsg_parse_msg(buffer); |
|
dd271caf25b0
[gaim-migrate @ 15095]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12746
diff
changeset
|
1145 if(msg) process_input_message(sip, msg); |
|
dd271caf25b0
[gaim-migrate @ 15095]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12746
diff
changeset
|
1146 } |
| 11189 | 1147 } |
| 1148 | |
| 11181 | 1149 static void simple_input_cb(gpointer data, gint source, GaimInputCondition cond) |
| 1150 { | |
| 1151 GaimConnection *gc = data; | |
| 1152 struct simple_account_data *sip = gc->proto_data; | |
| 1153 int len; | |
| 1154 struct sip_connection *conn = connection_find(sip, source); | |
| 1155 if(!conn) { | |
| 1156 gaim_debug_error("simple", "Connection not found!\n"); | |
| 1157 return; | |
| 1158 } | |
| 1159 | |
| 1160 if (conn->inbuflen < conn->inbufused + SIMPLE_BUF_INC) { | |
| 1161 conn->inbuflen += SIMPLE_BUF_INC; | |
| 1162 conn->inbuf = g_realloc(conn->inbuf, conn->inbuflen); | |
| 1163 } | |
| 1164 | |
| 1165 if ((len = read(source, conn->inbuf + conn->inbufused, SIMPLE_BUF_INC - 1)) <= 0) { | |
| 1166 gaim_debug_info("simple","simple_input_cb: read error\n"); | |
| 1167 connection_remove(sip, source); | |
| 1168 if(sip->fd == source) sip->fd = -1; | |
| 1169 return; | |
| 1170 } | |
| 1171 if(len == 0) { | |
| 11341 | 1172 /* connection was closed */ |
| 11181 | 1173 connection_remove(sip, source); |
| 1174 if(sip->fd == source) sip->fd = -1; | |
| 1175 } | |
| 1176 | |
| 1177 conn->inbufused += len; | |
| 1178 conn->inbuf[conn->inbufused]='\0'; | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1179 |
| 11181 | 1180 process_input(sip, conn); |
| 1181 } | |
| 1182 | |
| 1183 /* Callback for new connections on incoming TCP port */ | |
| 1184 static void simple_newconn_cb(gpointer data, gint source, GaimInputCondition cond) { | |
| 1185 GaimConnection *gc = data; | |
| 1186 struct simple_account_data *sip = gc->proto_data; | |
| 1187 struct sip_connection *conn; | |
| 1188 | |
| 1189 int newfd = accept(source, NULL, NULL); | |
| 1190 | |
| 1191 conn = connection_create(sip, newfd); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1192 |
| 11181 | 1193 conn->inputhandler = gaim_input_add(newfd, GAIM_INPUT_READ, simple_input_cb, gc); |
| 1194 } | |
| 1195 | |
| 1196 static void login_cb(gpointer data, gint source, GaimInputCondition cond) { | |
| 1197 GaimConnection *gc = data; | |
| 1198 struct simple_account_data *sip = gc->proto_data; | |
| 1199 struct sip_connection *conn; | |
| 1200 | |
| 1201 if( source < 0 ) { | |
| 1202 gaim_connection_error(gc,"Could not connect"); | |
| 1203 return; | |
| 1204 } | |
| 1205 | |
| 1206 sip->fd = source; | |
| 1207 | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1208 conn = connection_create(sip, source); |
| 12768 | 1209 |
| 1210 sip->registertimeout = gaim_timeout_add((rand()%100)+10*1000, (GSourceFunc)subscribe_timeout, sip); | |
| 11181 | 1211 |
| 11194 | 1212 do_register(sip); |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1213 |
| 11181 | 1214 conn->inputhandler = gaim_input_add(sip->fd, GAIM_INPUT_READ, simple_input_cb, gc); |
| 1215 } | |
| 1216 | |
| 1217 static guint simple_ht_hash_nick(const char *nick) { | |
| 1218 char *lc = g_utf8_strdown(nick, -1); | |
| 1219 guint bucket = g_str_hash(lc); | |
| 1220 g_free(lc); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1221 |
| 11181 | 1222 return bucket; |
| 1223 } | |
| 1224 | |
| 1225 static gboolean simple_ht_equals_nick(const char *nick1, const char *nick2) { | |
| 1226 return (gaim_utf8_strcasecmp(nick1, nick2) == 0); | |
| 1227 } | |
| 1228 | |
|
12909
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1229 static void simple_udp_host_resolved_listen_cb(int listenfd, gpointer data) { |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1230 struct simple_account_data *sip = (struct simple_account_data*) data; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1231 |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1232 if(listenfd == -1) { |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1233 gaim_connection_error(sip->gc, _("Could not create listen socket")); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1234 return; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1235 } |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1236 |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1237 sip->fd = listenfd; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1238 |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1239 sip->listenport = gaim_network_get_port_from_fd(sip->fd); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1240 sip->listenfd = sip->fd; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1241 |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1242 sip->listenpa = gaim_input_add(sip->fd, GAIM_INPUT_READ, simple_udp_process, sip->gc); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1243 |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1244 sip->resendtimeout = gaim_timeout_add(2500, (GSourceFunc) resend_timeout, sip); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1245 sip->registertimeout = gaim_timeout_add((rand()%100)+10*1000, (GSourceFunc)subscribe_timeout, sip); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1246 do_register(sip); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1247 } |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1248 |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1249 static void simple_udp_host_resolved(GSList *hosts, gpointer data, const char *error_message) { |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1250 struct simple_account_data *sip = (struct simple_account_data*) data; |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1251 int addr_size; |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1252 |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1253 if (!hosts || !hosts->data) { |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1254 gaim_connection_error(sip->gc, _("Couldn't resolve host")); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1255 return; |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1256 } |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1257 |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1258 addr_size = GPOINTER_TO_INT(hosts->data); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1259 hosts = g_slist_remove(hosts, hosts->data); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1260 memcpy(&(sip->serveraddr), hosts->data, addr_size); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1261 g_free(hosts->data); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1262 hosts = g_slist_remove(hosts, hosts->data); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1263 while(hosts) { |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1264 hosts = g_slist_remove(hosts, hosts->data); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1265 g_free(hosts->data); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1266 hosts = g_slist_remove(hosts, hosts->data); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1267 } |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1268 |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1269 /* create socket for incoming connections */ |
|
12909
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1270 if(!gaim_network_listen_range(5060, 5160, SOCK_DGRAM, |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1271 simple_udp_host_resolved_listen_cb, sip)) { |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1272 gaim_connection_error(sip->gc, _("Could not create listen socket")); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1273 return; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1274 } |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1275 } |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1276 |
|
12909
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1277 static void |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1278 simple_tcp_connect_listen_cb(int listenfd, gpointer data) { |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1279 struct simple_account_data *sip = (struct simple_account_data*) data; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1280 int error = 0; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1281 |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1282 sip->listenfd = listenfd; |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1283 if(sip->listenfd == -1) { |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1284 gaim_connection_error(sip->gc, _("Could not create listen socket")); |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1285 return; |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1286 } |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1287 |
|
12909
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1288 gaim_debug_info("simple", "listenfd: %d\n", sip->listenfd); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1289 sip->listenport = gaim_network_get_port_from_fd(sip->listenfd); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1290 sip->listenpa = gaim_input_add(sip->listenfd, GAIM_INPUT_READ, |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1291 simple_newconn_cb, sip->gc); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1292 gaim_debug_info("simple","connecting to %s port %d\n", |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1293 sip->realhostname, sip->realport); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1294 /* open tcp connection to the server */ |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1295 error = gaim_proxy_connect(sip->account, sip->realhostname, |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1296 sip->realport, login_cb, sip->gc); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1297 if(error) { |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1298 gaim_connection_error(sip->gc, _("Couldn't create socket")); |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1299 } |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1300 } |
|
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1301 |
|
12686
5f65a0cca87c
[gaim-migrate @ 15029]
Richard Laager <rlaager@wiktel.com>
parents:
12657
diff
changeset
|
1302 static void srvresolved(GaimSrvResponse *resp, int results, gpointer data) { |
| 11383 | 1303 struct simple_account_data *sip = (struct simple_account_data*) data; |
| 1304 | |
| 1305 gchar *hostname; | |
|
12730
d5b8f4dc1622
[gaim-migrate @ 15074]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12689
diff
changeset
|
1306 int port = gaim_account_get_int(sip->account, "port", 0); |
| 11383 | 1307 |
| 1308 | |
| 1309 /* find the host to connect to */ | |
| 1310 if(results) { | |
| 1311 hostname = g_strdup(resp->hostname); | |
| 12769 | 1312 if(!port) |
| 1313 port = resp->port; | |
| 11383 | 1314 g_free(resp); |
| 1315 } else { | |
| 1316 if(!gaim_account_get_bool(sip->account, "useproxy", FALSE)) { | |
| 1317 hostname = g_strdup(sip->servername); | |
| 1318 } else { | |
| 1319 hostname = g_strdup(gaim_account_get_string(sip->account, "proxy", sip->servername)); | |
| 1320 } | |
| 1321 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1322 |
| 11383 | 1323 sip->realhostname = hostname; |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1324 sip->realport = port; |
| 12769 | 1325 if(!sip->realport) sip->realport = 5060; |
| 11383 | 1326 /* TCP case */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1327 if(! sip->udp) { |
| 11409 | 1328 /* create socket for incoming connections */ |
|
12909
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1329 if(!gaim_network_listen_range(5060, 5160, SOCK_STREAM, |
|
8e3b85fe4a55
[gaim-migrate @ 15262]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12770
diff
changeset
|
1330 simple_tcp_connect_listen_cb, sip)) { |
| 11409 | 1331 gaim_connection_error(sip->gc, _("Could not create listen socket")); |
| 1332 return; | |
| 1333 } | |
| 11383 | 1334 } else { /* UDP */ |
| 1335 gaim_debug_info("simple", "using udp with server %s and port %d\n", hostname, port); | |
|
12565
3f895385e841
[gaim-migrate @ 14884]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12563
diff
changeset
|
1336 |
|
12767
53218d758ba9
[gaim-migrate @ 15114]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12760
diff
changeset
|
1337 gaim_gethostbyname_async(hostname, port, simple_udp_host_resolved, sip); |
| 11383 | 1338 } |
| 1339 } | |
| 1340 | |
| 11837 | 1341 static void simple_login(GaimAccount *account) |
| 11181 | 1342 { |
| 1343 GaimConnection *gc; | |
| 1344 struct simple_account_data *sip; | |
| 1345 gchar **userserver; | |
| 11210 | 1346 gchar *hosttoconnect; |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1347 |
| 11181 | 1348 const char *username = gaim_account_get_username(account); |
| 1349 | |
| 1350 gc = gaim_account_get_connection(account); | |
| 1351 gc->proto_data = sip = g_new0(struct simple_account_data,1); | |
| 1352 sip->gc=gc; | |
| 11189 | 1353 sip->account = account; |
| 11194 | 1354 sip->registerexpire = 900; |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1355 sip->udp = gaim_account_get_bool(account, "udp", FALSE); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1356 if (strpbrk(username, " \t\v\r\n") != NULL) { |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1357 gaim_connection_error(gc, _("SIP usernames may not contain whitespaces or @ symbols")); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1358 return; |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1359 } |
| 11181 | 1360 |
| 1361 userserver = g_strsplit(username, "@", 2); | |
| 1362 gaim_connection_set_display_name(gc,userserver[0]); | |
| 1363 sip->username = g_strdup(userserver[0]); | |
| 1364 sip->servername = g_strdup(userserver[1]); | |
| 1365 sip->password = g_strdup(gaim_connection_get_password(gc)); | |
| 1366 g_strfreev(userserver); | |
| 1367 | |
| 1368 sip->buddies = g_hash_table_new((GHashFunc)simple_ht_hash_nick, (GEqualFunc)simple_ht_equals_nick); | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1369 |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1370 gaim_connection_update_progress(gc, _("Connecting"), 1, 2); |
| 11181 | 1371 |
| 11837 | 1372 /* TODO: Set the status correctly. */ |
| 11181 | 1373 sip->status = g_strdup("available"); |
| 11189 | 1374 |
| 11210 | 1375 if(!gaim_account_get_bool(account, "useproxy", FALSE)) { |
| 1376 hosttoconnect = g_strdup(sip->servername); | |
| 1377 } else { | |
| 1378 hosttoconnect = g_strdup(gaim_account_get_string(account, "proxy", sip->servername)); | |
| 1379 } | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1380 |
| 11341 | 1381 /* TCP case */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1382 if(! sip->udp) { |
| 11383 | 1383 gaim_srv_resolve("sip","tcp",hosttoconnect,srvresolved, sip); |
| 11341 | 1384 } else { /* UDP */ |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1385 gaim_srv_resolve("sip","udp",hosttoconnect,srvresolved, sip); |
| 11181 | 1386 } |
| 11210 | 1387 g_free(hosttoconnect); |
| 11181 | 1388 } |
| 1389 | |
| 1390 static void simple_close(GaimConnection *gc) | |
| 1391 { | |
| 1392 struct simple_account_data *sip = gc->proto_data; | |
| 11194 | 1393 |
| 11341 | 1394 /* unregister */ |
| 11194 | 1395 do_register_exp(sip, 0); |
| 11346 | 1396 connection_free_all(sip); |
| 11341 | 1397 if(sip) { |
| 11650 | 1398 g_free(sip->servername); |
| 1399 g_free(sip->username); | |
| 1400 g_free(sip->password); | |
| 1401 g_free(sip->registrar.nonce); | |
| 13084 | 1402 g_free(sip->registrar.opaque); |
| 1403 g_free(sip->registrar.target); | |
| 11650 | 1404 g_free(sip->registrar.realm); |
| 13084 | 1405 g_free(sip->registrar.digest_session_key); |
| 11650 | 1406 g_free(sip->proxy.nonce); |
| 13084 | 1407 g_free(sip->proxy.opaque); |
| 1408 g_free(sip->proxy.target); | |
| 11650 | 1409 g_free(sip->proxy.realm); |
| 13084 | 1410 g_free(sip->proxy.digest_session_key); |
| 11650 | 1411 g_free(sip->sendlater); |
| 1412 g_free(sip->realhostname); | |
| 11409 | 1413 if(sip->listenpa) gaim_input_remove(sip->listenpa); |
|
12571
2c73e08032a1
[gaim-migrate @ 14890]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12570
diff
changeset
|
1414 if(sip->resendtimeout) gaim_timeout_remove(sip->resendtimeout); |
| 11346 | 1415 if(sip->registertimeout) gaim_timeout_remove(sip->registertimeout); |
| 12760 | 1416 sip->servername = sip->username = sip->password = sip->registrar.nonce = sip->registrar.realm = sip->proxy.nonce = sip->proxy.realm = sip->sendlater = sip->realhostname = NULL; |
| 11181 | 1417 } |
| 11650 | 1418 g_free(gc->proto_data); |
|
12571
2c73e08032a1
[gaim-migrate @ 14890]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12570
diff
changeset
|
1419 gc->proto_data = NULL; |
| 11181 | 1420 } |
| 1421 | |
| 11345 | 1422 /* not needed since privacy is checked for every subscribe */ |
| 1423 static void dummy_add_deny(GaimConnection *gc, const char *name) { | |
| 1424 } | |
| 1425 | |
| 1426 static void dummy_permit_deny(GaimConnection *gc) { | |
| 1427 } | |
| 1428 | |
| 11181 | 1429 static GaimPluginProtocolInfo prpl_info = |
| 1430 { | |
| 1431 0, | |
| 1432 NULL, /* user_splits */ | |
| 1433 NULL, /* protocol_options */ | |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1434 NO_BUDDY_ICONS, /* icon_spec */ |
| 11181 | 1435 simple_list_icon, /* list_icon */ |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1436 NULL, /* list_emblems */ |
| 11181 | 1437 NULL, /* status_text */ |
| 1438 NULL, /* tooltip_text */ | |
| 1439 simple_status_types, /* away_states */ | |
| 1440 NULL, /* blist_node_menu */ | |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1441 NULL, /* chat_info */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1442 NULL, /* chat_info_defaults */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1443 simple_login, /* login */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1444 simple_close, /* close */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1445 simple_im_send, /* send_im */ |
| 11181 | 1446 NULL, /* set_info */ |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1447 simple_typing, /* send_typing */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1448 NULL, /* get_info */ |
| 11181 | 1449 simple_set_status, /* set_status */ |
| 1450 NULL, /* set_idle */ | |
| 1451 NULL, /* change_passwd */ | |
| 1452 simple_add_buddy, /* add_buddy */ | |
| 1453 NULL, /* add_buddies */ | |
| 1454 simple_remove_buddy, /* remove_buddy */ | |
| 1455 NULL, /* remove_buddies */ | |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1456 dummy_add_deny, /* add_permit */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1457 dummy_add_deny, /* add_deny */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1458 dummy_add_deny, /* rem_permit */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1459 dummy_add_deny, /* rem_deny */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1460 dummy_permit_deny, /* set_permit_deny */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1461 NULL, /* join_chat */ |
| 11181 | 1462 NULL, /* reject_chat */ |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1463 NULL, /* get_chat_name */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1464 NULL, /* chat_invite */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1465 NULL, /* chat_leave */ |
| 11181 | 1466 NULL, /* chat_whisper */ |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1467 NULL, /* chat_send */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1468 simple_keep_alive, /* keepalive */ |
| 11181 | 1469 NULL, /* register_user */ |
| 1470 NULL, /* get_cb_info */ | |
| 1471 NULL, /* get_cb_away */ | |
| 1472 NULL, /* alias_buddy */ | |
| 1473 NULL, /* group_buddy */ | |
| 1474 NULL, /* rename_group */ | |
| 1475 NULL, /* buddy_free */ | |
| 1476 NULL, /* convo_closed */ | |
| 1477 NULL, /* normalize */ | |
| 1478 NULL, /* set_buddy_icon */ | |
| 1479 NULL, /* remove_group */ | |
| 1480 NULL, /* get_cb_real_name */ | |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1481 NULL, /* set_chat_topic */ |
| 11181 | 1482 NULL, /* find_blist_chat */ |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1483 NULL, /* roomlist_get_list */ |
|
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1484 NULL, /* roomlist_cancel */ |
| 11181 | 1485 NULL, /* roomlist_expand_category */ |
| 1486 NULL, /* can_receive_file */ | |
|
12143
cbebda5f019c
[gaim-migrate @ 14444]
Richard Laager <rlaager@wiktel.com>
parents:
11837
diff
changeset
|
1487 NULL, /* send_file */ |
|
12600
e856f985a0b9
[gaim-migrate @ 14934]
Richard Laager <rlaager@wiktel.com>
parents:
12595
diff
changeset
|
1488 NULL, /* new_xfer */ |
|
12645
fc28451f5d96
[gaim-migrate @ 14983]
Richard Laager <rlaager@wiktel.com>
parents:
12600
diff
changeset
|
1489 NULL, /* offline_message */ |
|
12600
e856f985a0b9
[gaim-migrate @ 14934]
Richard Laager <rlaager@wiktel.com>
parents:
12595
diff
changeset
|
1490 NULL, /* whiteboard_prpl_ops */ |
|
e856f985a0b9
[gaim-migrate @ 14934]
Richard Laager <rlaager@wiktel.com>
parents:
12595
diff
changeset
|
1491 NULL, /* media_prpl_ops */ |
| 11181 | 1492 }; |
| 1493 | |
| 1494 | |
| 1495 static GaimPluginInfo info = | |
| 1496 { | |
| 1497 GAIM_PLUGIN_MAGIC, | |
| 1498 GAIM_MAJOR_VERSION, | |
| 1499 GAIM_MINOR_VERSION, | |
| 1500 GAIM_PLUGIN_PROTOCOL, /**< type */ | |
| 1501 NULL, /**< ui_requirement */ | |
| 1502 0, /**< flags */ | |
| 1503 NULL, /**< dependencies */ | |
| 1504 GAIM_PRIORITY_DEFAULT, /**< priority */ | |
| 1505 | |
| 12489 | 1506 "prpl-simple", /**< id */ |
| 1507 "SIMPLE", /**< name */ | |
| 11181 | 1508 VERSION, /**< version */ |
| 12489 | 1509 N_("SIP/SIMPLE Protocol Plugin"), /** summary */ |
| 1510 N_("The SIP/SIMPLE Protocol Plugin"), /** description */ | |
| 1511 "Thomas Butter <butter@uni-mannheim.de>", /**< author */ | |
| 11181 | 1512 GAIM_WEBSITE, /**< homepage */ |
| 1513 | |
| 1514 NULL, /**< load */ | |
| 1515 NULL, /**< unload */ | |
| 1516 NULL, /**< destroy */ | |
| 1517 | |
| 1518 NULL, /**< ui_info */ | |
| 1519 &prpl_info, /**< extra_info */ | |
| 1520 NULL, | |
| 1521 NULL | |
| 1522 }; | |
| 1523 | |
| 1524 static void _init_plugin(GaimPlugin *plugin) | |
| 1525 { | |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1526 GaimAccountUserSplit *split; |
| 11189 | 1527 GaimAccountOption *option; |
| 11181 | 1528 |
|
11396
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1529 split = gaim_account_user_split_new(_("Server"), "", '@'); |
|
be776f9b1818
[gaim-migrate @ 13627]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
11383
diff
changeset
|
1530 prpl_info.user_splits = g_list_append(prpl_info.user_splits, split); |
| 11181 | 1531 |
| 12489 | 1532 option = gaim_account_option_bool_new(_("Publish status (note: everyone may watch you)"), "dopublish", TRUE); |
| 11345 | 1533 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
| 1534 | |
| 12769 | 1535 option = gaim_account_option_int_new(_("Connect port"), "port", 0); |
|
12730
d5b8f4dc1622
[gaim-migrate @ 15074]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12689
diff
changeset
|
1536 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
|
d5b8f4dc1622
[gaim-migrate @ 15074]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12689
diff
changeset
|
1537 |
|
d5b8f4dc1622
[gaim-migrate @ 15074]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12689
diff
changeset
|
1538 |
| 11189 | 1539 option = gaim_account_option_bool_new(_("Use UDP"), "udp", FALSE); |
| 1540 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); | |
| 12489 | 1541 option = gaim_account_option_bool_new(_("Use proxy"), "useproxy", FALSE); |
| 11210 | 1542 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
| 1543 option = gaim_account_option_string_new(_("Proxy"), "proxy", ""); | |
| 1544 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); | |
| 13084 | 1545 option = gaim_account_option_string_new(_("Auth User"), "authuser", ""); |
| 1546 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); | |
| 1547 option = gaim_account_option_string_new(_("Auth Domain"), "authdomain", ""); | |
| 1548 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); | |
| 11181 | 1549 } |
| 1550 | |
| 1551 GAIM_INIT_PLUGIN(simple, _init_plugin, info); |
