Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2020-01-29 10:40:35 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2020-01-29 10:40:35 +0300
commitd3db1fafa9b6693e3e6ef9561b52b6045887f3b2 (patch)
tree1b0775585378f2bf8255de2fbffd8500490dd57b /README.md
parenta53ccef37a0a0b0af4238aff988c8e9ace8ab9f0 (diff)
README: Fix typos and link to wiki
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9b8ddd0..e8a8f66 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Welcome to python-nbxmpp
-`python-nbxmpp` is a Python library that provides a way for Python applications to use the Jabber/XMPP network in a non-blocking way. This library was initialy a fork of `xmpppy`, but is now using non-blocking sockets.
+`python-nbxmpp` is a Python library that provides a way for Python applications to use the Jabber/XMPP network in a non-blocking way. This library was initially a fork of `xmpppy`, but is now using non-blocking sockets.
## Features
@@ -9,8 +9,8 @@
* Supports connection via proxies
* Supports TLS
* Supports [BOSH (XEP-0124)](https://xmpp.org/extensions/xep-0124.html)
-* Supports [Stream Managemen (XEP-0198)](https://xmpp.org/extensions/xep-0198.html)
-* List of [supported XEPs](./Supported-XEPs-in-python-nbxmpp/)
+* Supports [Stream Management (XEP-0198)](https://xmpp.org/extensions/xep-0198.html)
+* List of [supported XEPs](https://dev.gajim.org/gajim/python-nbxmpp/-/wikis/Supported-XEPs-in-python-nbxmpp/)
## Starting Points