README: Reorder sections
skip-changelog: readme. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
6fa9b83c59
commit
a635d0872e
1 changed files with 12 additions and 21 deletions
33
README.md
33
README.md
|
|
@ -1,8 +1,6 @@
|
|||
xmpp-rs
|
||||
=======
|
||||
# xmpp-rs
|
||||
|
||||
What's this?
|
||||
------------
|
||||
## What's this?
|
||||
|
||||
A set of rust XMPP libraries with the goals of being type-safe and well-tested.
|
||||
|
||||
|
|
@ -15,29 +13,30 @@ A set of rust XMPP libraries with the goals of being type-safe and well-tested.
|
|||
- `sasl` handles the SASL protocol.
|
||||
- `xso` and `xso-proc` provide the procedural macros powering `xmpp-parsers`.
|
||||
|
||||
Contact
|
||||
-------
|
||||
## Community
|
||||
|
||||
There is an XMPP MUC for the discussion of these libraries, feel free to join! :)
|
||||
|
||||
[chat@xmpp.rs](xmpp:chat@xmpp.rs?join)
|
||||
|
||||
Community
|
||||
---------
|
||||
|
||||
A Code of Conduct is available as
|
||||
[CODE\_OF\_CONDUCT.md](https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CODE_OF_CONDUCT.md)
|
||||
in the repository for the well-being of the community. Please refer to it in
|
||||
case of a possible conflict in any of the xmpp-rs venues (channel, forge,
|
||||
etc.).
|
||||
|
||||
License
|
||||
-------
|
||||
### Contributing
|
||||
|
||||
Thank you for your interest in the project!
|
||||
|
||||
Contributing rules are available as
|
||||
[CONTRIBUTING.md](https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CONTRIBUTING.md) in the repository.
|
||||
|
||||
## License
|
||||
|
||||
Mozilla Public License 2 (MPL2). See the LICENSE file.
|
||||
|
||||
Building
|
||||
--------
|
||||
## Building
|
||||
|
||||
Dependencies should be provided by crates if you use the default features. If
|
||||
you use tokio-xmpp's `tls-native` feature you will need an ssl library
|
||||
|
|
@ -48,11 +47,3 @@ cargo build
|
|||
```
|
||||
|
||||
The various features available should be explained in the crates themselves.
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
Thank you for your interest in the project!
|
||||
|
||||
Contributing rules are available as
|
||||
[CONTRIBUTING.md](https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CONTRIBUTING.md) in the repository.
|
||||
|
|
|
|||
Loading…
Reference in a new issue