6.9 KiB
title | date | draft | tags | |||
---|---|---|---|---|---|---|
Xmpp Sprint | 2018-08-27T23:56:33+01:00 | true |
|
This month, on August 18-19th, was held the first developer event in the XMPP community for a long time.
The idea came up at the Gulaschprogrammiernacht, in Karlsruhe earlier this year, talking with Daniel Gultsch, and JC Brand. We gathered there to work on an implementation of OMEMO encryption mechanism for conversejs, and poezio. The former is currently being merged, the latter is taking a bit more time, but we'll get there eventually.
JC mentioned sprints organised by the Plone community, and I felt that was something we were missing for XMPP. While the XMPP summit is held every year before FOSDEM, it is often more oriented towards protocol discussions. Developer events are scarce.
I set a goal for myself to start a movement in the community, gather interested people, and work together to improve the ecosystem.
The first event -- of this hopefully long series of events -- was held this month, sponsored by my employer, Collabora, in their UK office in Cambridge!
Who attended
- Daniel Gultsch from Conversations
- MattJ from Prosody
- fiaxh and larma from Dino
- Andrey Utkin from decent.im
- Link Mauve from JabberFR
- Link Mauve and I, pep. from Poezio
- Friends and colleagues, first time XMPP contributors
And remotely:
- JC Brand from Conversejs
Objectives
In retrospective, User Experience seems to fit the ambiance of the sprint (badly said), and is generally a theme that comes back regularly within the community lately.
At the beginning of the sprint, here is roughly what we planned to work on:
- Bookmarks: Sync Private XML
bookmarks with PEP ones.
XMPP has different standard places to store bookmarks, and this has often proven to be a painful experience to the user, when using different clients for examle. The objective here was to transparently synchronize both stores, so that the user gets an overall nicer experience. - Message Attaching
TDB - In-Band Registration in
clients that don't support it, namely dino and poezio.
In-Band Registration is a mechanism that allows clients to provide an interface to create accounts on servers that allow it. This way the user doesn't have to go through multiple hops to start chatting with their friends. - Reactions
TBD - Consistent color generation
This specification aims at providing algorithms that will be used to generate deterministic colors, so that they stay consistent across clients, and thus help with recognition, for nicknames in groupchats, for example. - Hats
Hats are TBD
Accomplishments
Not everything that was mentioned on the saturday morning was worked on, but we did manage to get quite a few things done. This was also the opportunity to discuss about various topics.
Here is a non-exhaustive list of issues/topics we worked on:
Conversations
- Use PEP Bookmarks if
urn:xmpp:bookmarks-conversion:0
is annouced. commit - Experiments with XEP-0392:
Disabled by default variant that uses HSLUV instead of YCbCr. HSLUV provides more uniform colors and also 'nicer' colors by default. commit - Updated Conversations Compliance Checker help for Prosody: pull/6
Converse.js
- Detailed Converse.js walkthrough for all people attending, by JC himself
- Better ordering of name fallbacks: pull/1168
- Attempt at a new UI/design: pull/1167
- Almost working XEP-0156 implementation: pull/1170
Dino
- SCRAM-SHA-1: tree/scram-sha-1
- Fixed nVidia specific rendering and performance issue
- Experiments with XEP-0392
- Visually improve Sign In dialog
- Add In-Band Registration support (supports forms and OOB)
- Fix display names in MUCs without localparts (!)
Packaging
- Added XMPP-related software to main Gentoo package repository
- slixmpp (Python lib) https://bugs.gentoo.org/533586
- poezio (console client app) https://bugs.gentoo.org/377137
- dino (GUI client app) https://bugs.gentoo.org/631772
- Working on adding the following projects to the Gentoo main repo:
- Biboumi (IRC gateway)
- Spectrum (multiprotocol gateway)
- Swift (client and library)
- Profanity (console client)
Poezio
- XML pretty-printing plugin: xmlindent.py
- Start implementation of In-Band Registration in poezio!10 and slixmpp!4
- Fix launch script version
- Discuss about how to correctly handle xmpp URIs in poezio
Prosody
- Bookmarks sync:
mod_bookmarks
- Updated default bookmarks for that: mod_default_bookmarks
XEPs
- Message attachments XEP updated: pull/696
I would like to thank everybody who participated, helped organise the event, and made all this possible. Thanks Collabora again for sponsoring the event and providing the venue.
What's Next
Talks of organising a next sprint this year in Düsseldorf, or Paris, are already happening. If you are interested and want to participate, please join the chatroom to stay updated.