comparison libpurple/protocols/myspace/myspace.h @ 17974:3d400b022acc

Disable sending third-party client version to oncoming buddies.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 04 Aug 2007 17:49:47 +0000
parents 13a4f57f53a9
children 496affa42816
comparison
equal deleted inserted replaced
17973:acff371d7908 17974:3d400b022acc
49 49
50 /* MySpaceIM includes */ 50 /* MySpaceIM includes */
51 #include "message.h" 51 #include "message.h"
52 52
53 /* Conditional compilation options */ 53 /* Conditional compilation options */
54 /* Send third-party client version? (Recognized by us and Miranda's plugin) */
55 /*#define MSIM_SEND_CLIENT_VERSION */
54 56
55 /* Debugging options */ 57 /* Debugging options */
56 /*#define MSIM_DEBUG_MSG */ 58 /*#define MSIM_DEBUG_MSG */
57 /* Low-level and rarely needed */ 59 /* Low-level and rarely needed */
58 /*#define MSIM_DEBUG_PARSE */ 60 /*#define MSIM_DEBUG_PARSE */