Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slixmpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
magicfelix
slixmpp
Commits
8adc8fa2
Commit
8adc8fa2
authored
9 years ago
by
mathieui
Committed by
Florent Le Coz
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
9efa909d
No related branches found
Branches containing commit
Tags
slix-1.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+4
-4
4 additions, 4 deletions
README.rst
with
4 additions
and
4 deletions
README.rst
+
4
−
4
View file @
8adc8fa2
...
...
@@ -21,7 +21,7 @@ be in ``docs/_build/html``::
To run the test suite for Slixmpp::
python test
all
.py
python
run_
test
s
.py
The Slixmpp Boilerplate
...
...
@@ -88,7 +88,7 @@ Slixmpp projects::
xmpp = EchoBot('somejid@example.com', 'use_getpass')
xmpp.connect()
xmpp.process(
block
=True)
xmpp.process(
forever
=True)
Slixmpp Credits
...
...
@@ -97,8 +97,8 @@ Slixmpp Credits
**Maintainer of the slixmpp fork:** Florent Le Coz
`louiz@louiz.org <xmpp:louiz@louiz.org?message>`_,
Credits
-------
Credits
(SleekXMPP)
-------
------------
**Main Author:** Nathan Fritz
`fritzy@netflint.net <xmpp:fritzy@netflint.net?message>`_,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment