comparison 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
comparison
equal deleted inserted replaced
10664:7244386075c6 10665:4829abdc5c35
39 background colors. */ 39 background colors. */
40 GAIM_CONNECTION_AUTO_RESP = 0x0004, /**< Send auto responses when away. */ 40 GAIM_CONNECTION_AUTO_RESP = 0x0004, /**< Send auto responses when away. */
41 GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */ 41 GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */
42 GAIM_CONNECTION_NO_NEWLINES = 0x0010, /**< No new lines are allowed in outgoing messages */ 42 GAIM_CONNECTION_NO_NEWLINES = 0x0010, /**< No new lines are allowed in outgoing messages */
43 GAIM_CONNECTION_NO_FONTSIZE = 0x0020, /**< Connection does not send/receive font sizes */ 43 GAIM_CONNECTION_NO_FONTSIZE = 0x0020, /**< Connection does not send/receive font sizes */
44 GAIM_CONNECTION_NO_URLDESC = 0x0040 /**< Connection does not support descriptions with links */ 44 GAIM_CONNECTION_NO_URLDESC = 0x0040, /**< Connection does not support descriptions with links */
45 GAIM_CONNECTION_NO_IMAGES = 0x0080, /**< Connection does not support sending of images */
45 46
46 } GaimConnectionFlags; 47 } GaimConnectionFlags;
47 48
48 typedef enum 49 typedef enum
49 { 50 {