diff 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
line wrap: on
line diff
--- a/libfaim/aim_rxqueue.c	Tue Jun 06 09:36:12 2000 +0000
+++ b/libfaim/aim_rxqueue.c	Tue Jun 06 09:55:30 2000 +0000
@@ -24,6 +24,13 @@
     return 0;
 
   /*
+   * Rendezvous (client-client) connections do not speak
+   * FLAP, so this function will break on them.
+   */
+  if (conn->type > 0x01000)
+    return 0;
+
+  /*
    * Read FLAP header.  Six bytes:
    *    
    *   0 char  -- Always 0x2a