Changeset e132b60 for protocols/twitter
- Timestamp:
- 2012-11-11T23:32:47Z (12 years ago)
- Branches:
- master
- Children:
- 67ebc8e
- Parents:
- dd672e2
- Location:
- protocols/twitter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
rdd672e2 re132b60 72 72 us the rest. \o/ */ 73 73 twitter_open_stream(ic); 74 ic->flags |= OPT_PONGS; 74 75 } else { 75 76 /* Not using the streaming API, so keep polling the old- -
protocols/twitter/twitter_lib.c
rdd672e2 re132b60 740 740 return; 741 741 742 ic->flags |= OPT_PONGED; 742 743 td = ic->proto_data; 743 744
Note: See TracChangeset
for help on using the changeset viewer.