Commit 049c36bfbec99611da4c93bfed45011ae8c383ae
1 parent
a4d82423
TODO update
Showing
1 changed file
with
10 additions
and
5 deletions
README.md
... | ... | @@ -49,6 +49,9 @@ Implemented |
49 | 49 | * Removing friends |
50 | 50 | * Leaving chats |
51 | 51 | * Leaving groups |
52 | +* Message types | |
53 | + * Text (send/receive) | |
54 | + * Sticker (receive) | |
52 | 55 | |
53 | 56 | To do |
54 | 57 | ----- |
... | ... | @@ -65,15 +68,17 @@ To do |
65 | 68 | * Updating groups |
66 | 69 | * Inviting people to groups |
67 | 70 | * Changing your account icon |
68 | -* Other message types | |
69 | - * Images: Thumbnail should be easy | |
70 | - * Stickers: Figure out how to fetch, display as image. Send via commands? | |
71 | - * Locations: Display as link | |
72 | - * Audio/Video: Possibly difficult, low priority | |
71 | +* Message types | |
72 | + * Image (send/receive) | |
73 | + * Sticker (send) Send via commands/plugin? | |
74 | + * Locations (send/receive) Display as link? | |
75 | + * Audio/Video (send/receive) Receiving should be doable. File transfer API for sending? | |
76 | + * Figure out what the other 15 message types mean... | |
73 | 77 | * Emoji (is it possible to tap into the smiley system for sending too?) |
74 | 78 | * Companion Pidgin plugin |
75 | 79 | * "Show more history" button |
76 | 80 | * Enlarge images |
81 | + * Sticker list | |
77 | 82 | * Maybe even play audio and video messages |
78 | 83 | * Sending/receiving "message read" notifications |
79 | 84 | * Check builds on more platforms | ... | ... |