Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jun 22, 2015, 10:02:44 PM (9 years ago)
- Author:
-
mmcco
- Comment:
-
clean up task list
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v34
|
v35
|
|
13 | 13 | |
14 | 14 | |
| 15 | == What I've done == |
| 16 | |
| 17 | * ~~Remove the Crazy Chat plugin (#16667)~~ |
| 18 | * ~~Remove Yahoo! Japan (#15906)~~ |
| 19 | * ~~Removing GStreamer 0.10 support~~ ''(not yet merged)'' |
| 20 | * ~~Removing GTK+2 support~~ ''(not yet merged)'' |
| 21 | |
15 | 22 | == What I'm working on == |
16 | 23 | |
… |
… |
|
18 | 25 | * XMPP Real-Time Text - [https://xmpp.org/extensions/xep-0301.html XEP-0301] - #15674 |
19 | 26 | * Static analysis |
20 | | * Updating voice/video library dependencies (see below) |
21 | | * Removing GStreamer 0.10 support |
22 | | * Removing GTK+2 support |
| 27 | * using Clang scan, flawfinder, Frama-C, and Coverity |
| 28 | * Fix deprecated code and compiler warnings for GTK+3 |
23 | 29 | * (trivial) 15 seconds seems like an unnecessarily and confusingly long timeout for a Streamhost connection |
24 | 30 | * Fixing file transfer accounting (#16001) |
… |
… |
|
27 | 33 | |
28 | 34 | == Clean-up ideas == |
29 | | * ~~Remove the Crazy Chat plugin (#16667)~~ |
30 | | * ~~Remove Yahoo! Japan (#15906)~~ |
31 | 35 | * We have 344 `#if 0` blocks in the code base - are all of them still relevant and necessary? |
32 | 36 | * The IM conversation API (found in `libpurple/conversationtypes.h`) consists of two core functions, two icon related functions, and eleven typing-status-related functions. It seems like the typing status functionality could be condensed a lot, or that "API" could be defined to something more useful/broad. |
… |
… |
|
120 | 124 | == Real-time text == |
121 | 125 | |
122 | | Real-time text (RTT) is a cool feature. It's generally useful, and it's particularly great for deaf people who want to better emulate verbal conversation. For more information on why it's useful, [http://www.realtimetext.org/ RealTimeText.org] |
| 126 | Real-time text (RTT) is a cool feature. It's generally useful, and it's particularly great for deaf people who want to better emulate verbal conversation. For more information on why it's useful, see [http://www.realtimetext.org/ RealTimeText.org] |
123 | 127 | |
124 | 128 | I've tried adding it as specified in [https://xmpp.org/extensions/xep-0301.html XEP-0301] twice: first in 2.x.y and then in 3.0. I got as far as a working backend prototype that could send and receive real-time text stanzas. |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!