diff pidgin-twitter.h @ 72:af4f31bce461

Support API base message posting
author Konosuke Watanabe <sasugaanija@gmail.com>
date Thu, 26 Jun 2008 01:22:42 +0900
parents d1f92d980f58
children 6b9593d1ffed
line wrap: on
line diff
--- a/pidgin-twitter.h	Wed Jun 25 11:53:21 2008 +0900
+++ b/pidgin-twitter.h	Thu Jun 26 01:22:42 2008 +0900
@@ -43,12 +43,16 @@
 #define OPT_SUPPRESS_OOPS       OPT_PIDGINTWITTER "/suppress_oops"
 #define OPT_PREVENT_NOTIFICATION OPT_PIDGINTWITTER "/prevent_notification"
 #define OPT_ICON_DIR            OPT_PIDGINTWITTER "/icon_dir"
+#define OPT_API_BASE_POST       OPT_PIDGINTWITTER "/api_base_post"
+#define OPT_SCREEN_NAME         OPT_PIDGINTWITTER "/screen_name"
+#define OPT_PASSWORD            OPT_PIDGINTWITTER "/password"
 
 /* formats and templates */
 #define RECIPIENT_FORMAT        "@<a href='http://twitter.com/%s'>%s</a>"
 #define SENDER_FORMAT           "%s<a href='http://twitter.com/%s'>%s</a>: "
 #define DEFAULT_LIST            "(list of users: separated with ' ,:;')"
 #define OOPS_MESSAGE            "<body>Oops! Your update was over 140 characters. We sent the short version to your friends (they can view the entire update on the web).<BR></body>"
+#define EMPTY                   ""
 
 /* patterns */
 #define P_RECIPIENT        "@([A-Za-z0-9_]+)"