1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

enabled TLS autodetect on HTTP port

This commit is contained in:
psyc://psyced.org/~lynX 2011-08-23 19:47:54 +02:00
parent aaa3e94623
commit 35810767f6
2 changed files with 28 additions and 19 deletions

View file

@ -34,7 +34,7 @@ object load(object usr, string key, string secret, string request, string access
void parse_status_update(string body, string headers, int http_status) {
P3(("twitter/client:parse_status_update(%O, %O, %O)\n", body, headers, http_status))
if (http_status != R_OK)
sendmsg(user, "_error_"+name+"_status_update", "Error: failed to post status update on [_name].", (["_name": display_name]));
sendmsg(user, "_failure_update_"+ name, "Unable to post status update on [_name].", (["_name": display_name]));
}
void status_update(string text) {