diff -r 233ed3376e65 -r cbded2eb14d7 src/connection.h --- a/src/connection.h Sun May 23 20:12:36 2004 +0000 +++ b/src/connection.h Sun May 23 21:40:58 2004 +0000 @@ -43,7 +43,8 @@ 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 */ - GAIM_CONNECTION_NO_FONTSIZE = 0x0020 /**< Connection does not send/receive font sizes */ + GAIM_CONNECTION_NO_FONTSIZE = 0x0020, /**< Connection does not send/receive font sizes */ + GAIM_CONNECTION_NO_URLDESC = 0x0040 /**< Connection does not support descriptions with links */ } GaimConnectionFlags; typedef enum