diff pidgin-twitter.h @ 138:eaf5d2c4ada0

temporal fix for identi.ca problems: - identi.ca sends us massive html. - the XMPP daemon starts to parrot user's post.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Wed, 23 Jul 2008 07:32:21 +0900
parents 9e80267fe566
children 71c027f4f95d
line wrap: on
line diff
--- a/pidgin-twitter.h	Wed Jul 23 04:53:17 2008 +0900
+++ b/pidgin-twitter.h	Wed Jul 23 07:32:21 2008 +0900
@@ -148,13 +148,14 @@
     "Content-Length: %d\r\n\r\n"
 #define TWITTER_STATUS_FORMAT "status=%s"
 #define TWITTER_STATUS_TERMINATOR "\r\n\r\n"
-#define TWITTER_DEFAULT_INTERVAL 60
+#define TWITTER_DEFAULT_INTERVAL (60)
 
 /* wassr specific macros */
 #define WASSR_POST_LEN (255 * 4)
+#define IDENTICA_POST_LEN (140)
 
 /* misc macros */
-#define DEFAULT_ICON_SIZE 48
+#define DEFAULT_ICON_SIZE (48)
 
 /* debug macros */
 #define twitter_debug(fmt, ...)	purple_debug(PURPLE_DEBUG_INFO, PLUGIN_NAME, "%s():%4d:  " fmt, __FUNCTION__, (int)__LINE__, ## __VA_ARGS__);