diff src/connection.h @ 8677:cc2ce209cc46

[gaim-migrate @ 9430] marv's patch for GtkIMHtml. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 17 Apr 2004 13:58:29 +0000
parents 87bd4d4ff499
children 0eb5161ef333
line wrap: on
line diff
--- a/src/connection.h	Sat Apr 17 13:57:33 2004 +0000
+++ b/src/connection.h	Sat Apr 17 13:58:29 2004 +0000
@@ -40,7 +40,9 @@
 	GAIM_CONNECTION_HTML       = 0x0001, /**< Connection sends/receives in 'HTML'. */
 	GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/recieve
 					           background colors.                  */
-	GAIM_CONNECTION_AUTO_RESP  = 0x0004  /**< Send auto responses when away.       */
+	GAIM_CONNECTION_AUTO_RESP  = 0x0004,  /**< Send auto responses when away.       */
+	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 */
 } GaimConnectionFlags;
 
 typedef enum