diff src/prpl.h @ 3044:e68e2ba82310

[gaim-migrate @ 3057] DirectIM Image sending. Not all the kinks are worked out, and it's really hackish at parts, but it works and I think it's stable. It's late and I have to be up early tommorow, and I want this to be somewhat tested before 0.54 is released so we don't have a repeat of 0.53 ;) Also, Luke Schierer wins the #gaim MVP award with an inclusion in CREDITS :) Thanks, Luke. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 14 Mar 2002 07:44:43 +0000
parents 0f1766887ddd
children 1bd472b7f7a2
line wrap: on
line diff
--- a/src/prpl.h	Thu Mar 14 03:29:03 2002 +0000
+++ b/src/prpl.h	Thu Mar 14 07:44:43 2002 +0000
@@ -41,7 +41,7 @@
 #define PROTO_NAPSTER	9
 #define PROTO_ZEPHYR   10
 #define PROTO_GADUGADU 11
-/* DON'T TAKE AN UNASSIGNED NUMBER! Talk to Eric or Rob if you'd like
+/* DON'T TAKE AN UNASSIGNED NUMBER! Talk to Rob or Sean if you'd like
  * to create a new PRPL. */
 
 #define PRPL_DESC(x)	"Allows gaim to use the " x " protocol.\n\n" \
@@ -70,6 +70,8 @@
 #define OPT_PROTO_MAIL_CHECK      0x00000020
 /* Oscar and Jabber have buddy icons */
 #define OPT_PROTO_BUDDY_ICON      0x00000040
+/* Oscar lets you send images in direct IMs */
+#define OPT_PROTO_IM_IMAGE        0x00000080
 
 #define GAIM_AWAY_CUSTOM "Custom"