Mercurial > pidgin
comparison src/oscar.c @ 274:4dc94ab60421
[gaim-migrate @ 284]
aim_set_latency made signing on go slower. i think it would just be easier
to figure out what the rate info means. maybe sunday.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 27 May 2000 05:58:31 +0000 |
| parents | 4c6c213646a3 |
| children | 9e6fc62490cd |
comparison
equal
deleted
inserted
replaced
| 273:4c6c213646a3 | 274:4dc94ab60421 |
|---|---|
| 310 aim_bos_setbuddylist(sess, command->conn, buddies); | 310 aim_bos_setbuddylist(sess, command->conn, buddies); |
| 311 aim_bos_setprofile(sess, command->conn, profile, | 311 aim_bos_setprofile(sess, command->conn, profile, |
| 312 NULL, AIM_CAPS_CHAT); | 312 NULL, AIM_CAPS_CHAT); |
| 313 | 313 |
| 314 aim_bos_clientready(sess, command->conn); | 314 aim_bos_clientready(sess, command->conn); |
| 315 aim_conn_setlatency(command->conn, 1); | |
| 316 | 315 |
| 317 aim_bos_reqservice(sess, command->conn, AIM_CONN_TYPE_CHATNAV); | 316 aim_bos_reqservice(sess, command->conn, AIM_CONN_TYPE_CHATNAV); |
| 318 | 317 |
| 319 gaim_sess = sess; | 318 gaim_sess = sess; |
| 320 gaim_conn = command->conn; | 319 gaim_conn = command->conn; |
