diff src/connection.h @ 10665:4829abdc5c35

[gaim-migrate @ 12205] and to oldstatus committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 07 Mar 2005 18:36:34 +0000
parents 6a043ae92db6
children 55af3fa46329
line wrap: on
line diff
--- a/src/connection.h	Mon Mar 07 18:19:00 2005 +0000
+++ b/src/connection.h	Mon Mar 07 18:36:34 2005 +0000
@@ -41,7 +41,8 @@
 	GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */
 	GAIM_CONNECTION_NO_NEWLINES = 0x0010, /**< No new lines are allowed in outgoing messages */
 	GAIM_CONNECTION_NO_FONTSIZE = 0x0020, /**< Connection does not send/receive font sizes */
-	GAIM_CONNECTION_NO_URLDESC = 0x0040  /**< Connection does not support descriptions with links */
+	GAIM_CONNECTION_NO_URLDESC = 0x0040,  /**< Connection does not support descriptions with links */ 
+	GAIM_CONNECTION_NO_IMAGES = 0x0080,  /**< Connection does not support sending of images */
 
 } GaimConnectionFlags;