comparison libfaim/aim_rxqueue.c @ 338:9d258a0aa560

[gaim-migrate @ 348] Whoa, all kinds of things happened here. The applet looks better. The preferences dialog changes based on your compile-time options (oscar, gnome). Whispering works again. libfaim got updated; it can almost do RVOUS stuff, and hopefully soon can make requests too. The applet doesn't need to have its sounds go through GNOME, although it still can. There is code to facilitate SOCKS5 support (all that needs to be done is to actually write the code to communicate with the proxy server). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 09:55:30 +0000
parents 0f14e6d8a51b
children e4c34ca88d9b
comparison
equal deleted inserted replaced
337:f5b199e20d12 338:9d258a0aa560
19 19
20 if (!sess || !conn) 20 if (!sess || !conn)
21 return 0; 21 return 0;
22 22
23 if (conn->fd < 3) /* can happen when people abuse the interface */ 23 if (conn->fd < 3) /* can happen when people abuse the interface */
24 return 0;
25
26 /*
27 * Rendezvous (client-client) connections do not speak
28 * FLAP, so this function will break on them.
29 */
30 if (conn->type > 0x01000)
24 return 0; 31 return 0;
25 32
26 /* 33 /*
27 * Read FLAP header. Six bytes: 34 * Read FLAP header. Six bytes:
28 * 35 *