Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Buquet
slixmpp
Commits
187c3508
Commit
187c3508
authored
Oct 02, 2016
by
mathieui
Browse files
Update for slixmpp 1.2
parent
96d1c26f
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
187c3508
...
...
@@ -12,8 +12,8 @@ Building
--------
Slixmpp can make use of cython to improve performance on critical modules.
To do that, cython3 is necessary along with libidn headers.
Otherwise,
no compilation is needed. Building is done by running setup.py::
To do that,
**
cython3
**
is necessary along with
**
libidn
**
headers.
Otherwise,
no compilation is needed. Building is done by running setup.py::
python3 setup.py build_ext --inplace
...
...
@@ -108,6 +108,11 @@ Slixmpp Credits
**Contributors:**
- Emmanuel Gil Peyrot (`Link mauve <xmpp:linkmauve@linkmauve.fr?message>`_)
- Sam Whited (`Sam Whited <mailto:sam@samwhited.com>`_)
- Dan Sully (`Dan Sully <mailto:daniel@electricalrain.com>`_)
- Gasper Zejn (`Gasper Zejn <mailto:zejn@kiberpipa.org>`_)
- Krzysztof Kotlenga (`Krzysztof Kotlenga <mailto:pocek@users.sf.net>`_)
- Tsukasa Hiiragi (`Tsukasa Hiiragi <mailto:bakalolka@gmail.com>`_)
Credits (SleekXMPP)
-------------------
...
...
slixmpp/version.py
View file @
187c3508
...
...
@@ -9,5 +9,5 @@
# We don't want to have to import the entire library
# just to get the version info for setup.py
__version__
=
'1.
1
'
__version_info__
=
(
1
,
1
)
__version__
=
'1.
2
'
__version_info__
=
(
1
,
2
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment