xmpp-sprint: Capitalize project names

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2018-08-30 13:43:09 +01:00
parent e82e0901a5
commit c42fe8959e
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -15,7 +15,7 @@ The idea came up at the [Gulaschprogrammiernacht][0], in Karlsruhe earlier
this year, talking with Daniel Gultsch, and JC Brand. We gathered there to this year, talking with Daniel Gultsch, and JC Brand. We gathered there to
work on an implementation of the [OMEMO encryption work on an implementation of the [OMEMO encryption
mechanism](https://conversations.im/omemo/) for mechanism](https://conversations.im/omemo/) for
[conversejs](https://conversejs.org), and [poezio](https://poez.io). The [Conversejs](https://conversejs.org), and [Poezio](https://poez.io). The
former is currently being merged, the latter is taking a bit more time, but former is currently being merged, the latter is taking a bit more time, but
we'll get there eventually. we'll get there eventually.
@ -83,7 +83,7 @@ Here is roughly what was mentioned, and what we planned to work on:
This can be useful for reactions, for example, or even for previews of This can be useful for reactions, for example, or even for previews of
links. links.
3. [In-Band Registration](https://xmpp.org/extensions/xep-0077.html) in 3. [In-Band Registration](https://xmpp.org/extensions/xep-0077.html) in
clients that don't support it, namely dino and poezio. clients that don't support it, namely Dino and Poezio.
In-Band Registration is a mechanism that allows clients to provide an 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 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 doesn't have to go through multiple hops to start chatting with their
@ -153,9 +153,9 @@ __Dino__
__Packaging__ __Packaging__
- Added XMPP-related software to main Gentoo package repository - Added XMPP-related software to main Gentoo package repository
- slixmpp (Python lib) https://bugs.gentoo.org/533586 - Slixmpp (Python lib) https://bugs.gentoo.org/533586
- poezio (console client app) https://bugs.gentoo.org/377137 - Poezio (console client app) https://bugs.gentoo.org/377137
- dino (GUI client app) https://bugs.gentoo.org/631772 - Dino (GUI client app) https://bugs.gentoo.org/631772
- Working on adding the following projects to the Gentoo main repo: - Working on adding the following projects to the Gentoo main repo:
- Biboumi (IRC gateway) - Biboumi (IRC gateway)
- Spectrum (multiprotocol gateway) - Spectrum (multiprotocol gateway)
@ -167,11 +167,11 @@ __Poezio__
- XML pretty-printing plugin: - XML pretty-printing plugin:
[xmlindent.py](https://linkmauve.fr/files/xmlindent.py) [xmlindent.py](https://linkmauve.fr/files/xmlindent.py)
- Started implementation of In-Band Registration in - Started implementation of In-Band Registration in
[poezio!10](https://lab.louiz.org/poezio/poezio/merge_requests/10) and [Poezio!10](https://lab.louiz.org/poezio/poezio/merge_requests/10) and
[slixmpp!4](https://lab.louiz.org/poezio/slixmpp/merge_requests/4) [Slixmpp!4](https://lab.louiz.org/poezio/slixmpp/merge_requests/4)
- [Fixed](https://lab.louiz.org/poezio/poezio/merge_requests/9) launch script version - [Fixed](https://lab.louiz.org/poezio/poezio/merge_requests/9) launch script version
- Discussed about how to correctly handle [xmpp - Discussed about how to correctly handle [xmpp
URIs](https://lab.louiz.org/poezio/poezio/issues/3402) in poezio URIs](https://lab.louiz.org/poezio/poezio/issues/3402) in Poezio
__Prosody__ __Prosody__
@ -179,7 +179,7 @@ __Prosody__
[mod_bookmarks](https://modules.prosody.im/mod_bookmarks.html) [mod_bookmarks](https://modules.prosody.im/mod_bookmarks.html)
- Updated default bookmarks for that: - Updated default bookmarks for that:
[mod_default_bookmarks](https://modules.prosody.im/mod_default_bookmarks.html) [mod_default_bookmarks](https://modules.prosody.im/mod_default_bookmarks.html)
- Started implementation of hats as a prosody module - Started implementation of hats as a Prosody module
__XEPs (specifications)__ __XEPs (specifications)__