GSoC/2017/StatusReports/DavideRiva: Difference between revisions
Appearance
Davide Riva (talk | contribs) |
Davide Riva (talk | contribs) |
||
Line 11: | Line 11: | ||
* [https://rivadavide.blogspot.it/2017/05/first-month-report-my-feelings-about.html First month report: my feelings about gsoc] | * [https://rivadavide.blogspot.it/2017/05/first-month-report-my-feelings-about.html First month report: my feelings about gsoc] | ||
* [https://rivadavide.blogspot.it/2017/06/brooklyn-0.1-is-out.html Brooklyn 0.1 is out there: full Telegram and IRC support] | * [https://rivadavide.blogspot.it/2017/06/brooklyn-0.1-is-out.html Brooklyn 0.1 is out there: full Telegram and IRC support] | ||
* [http://rivadavide.blogspot.it/2017/07/stop-writing-code-like-were-in-90s.html Stop writing code like we're in the '90s: a practical approach (PART I)] | |||
=== Citations === | === Citations === |
Revision as of 12:19, 21 July 2017
Brooklyn
Chat Bridge (now called Brooklyn) is intended to be a protocol-independent chat-bridge to allow messages forward to and from various chat systems.
It has to support Telegram, RocketChat and IRC but it has to be modular (for future expansions).
Current solutions do not offer an adequate integration because, besides generic text, not much is implemented. A big missing feature is the ability to exchange complex formats, such as images or file attachments.
Work report
Blog posts
- First month report: my feelings about gsoc
- Brooklyn 0.1 is out there: full Telegram and IRC support
- Stop writing code like we're in the '90s: a practical approach (PART I)
Citations
Code
Contributions to external repos
- Missing docs about auth token expiration
- Connection message missing in Realtime-API documentation
- Java-WebSocket 1.3.3 doesn't exist on maven