1- xmpp-rs
2- =======
1+ # xmpp-rs
32
4- What's this?
5- ------------
3+ ## What's this?
64
75A set of rust XMPP libraries with the goals of being type-safe and well-tested.
86
@@ -15,29 +13,30 @@ A set of rust XMPP libraries with the goals of being type-safe and well-tested.
1513- ` sasl ` handles the SASL protocol.
1614- ` xso ` and ` xso-proc ` provide the procedural macros powering ` xmpp-parsers ` .
1715
18- Contact
19- -------
16+ ## Community
2017
2118There is an XMPP MUC for the discussion of these libraries, feel free to join! :)
2219
23202421
25- Community
26- ---------
27-
2822A Code of Conduct is available as
2923[ CODE\_ OF\_ CONDUCT.md] ( https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CODE_OF_CONDUCT.md )
3024in the repository for the well-being of the community. Please refer to it in
3125case of a possible conflict in any of the xmpp-rs venues (channel, forge,
3226etc.).
3327
34- License
35- -------
28+ ### Contributing
29+
30+ Thank you for your interest in the project!
31+
32+ Contributing rules are available as
33+ [ CONTRIBUTING.md] ( https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CONTRIBUTING.md ) in the repository.
34+
35+ ## License
3636
3737Mozilla Public License 2 (MPL2). See the LICENSE file.
3838
39- Building
40- --------
39+ ## Building
4140
4241Dependencies should be provided by crates if you use the default features. If
4342you use tokio-xmpp's ` tls-native ` feature you will need an ssl library
@@ -48,11 +47,3 @@ cargo build
4847```
4948
5049The various features available should be explained in the crates themselves.
51-
52- Contributing
53- ------------
54-
55- Thank you for your interest in the project!
56-
57- Contributing rules are available as
58- [ CONTRIBUTING.md] ( https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CONTRIBUTING.md ) in the repository.
0 commit comments