diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 16:06:56 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 16:06:56 +0100 |
commit | ffcdf1329ad0401ace5a0355160ac7c249869431 (patch) | |
tree | 33af5d2e84a7a4f810da33a912a45ce31d430927 /protocols/twitter/twitter_lib.h | |
parent | 0d691eaca734902fb6c0f476ad2dbddb72e6ba66 (diff) |
When using non-Twitter Twitter API services, prefix the channel and contact
name with that service name, not always Twitter. This is especially useful
when having multiple accounts on different sites with the same username.
Also adding an "identica" protocol entry for convenience.
Based on a patch from kensanata, bug #648.
Diffstat (limited to 'protocols/twitter/twitter_lib.h')
-rw-r--r-- | protocols/twitter/twitter_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/twitter/twitter_lib.h b/protocols/twitter/twitter_lib.h index 6b90f9bb..5a3c3f68 100644 --- a/protocols/twitter/twitter_lib.h +++ b/protocols/twitter/twitter_lib.h @@ -29,6 +29,7 @@ #include "twitter_http.h" #define TWITTER_API_URL "http://twitter.com" +#define IDENTICA_API_URL "http://identi.ca/api" /* Status URLs */ #define TWITTER_STATUS_UPDATE_URL "/statuses/update.xml" |