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
Nicoco K
slixmpp
Commits
05d76e4b
Unverified
Commit
05d76e4b
authored
Feb 12, 2019
by
Maxime Buquet
Browse files
Change more URLs to lab.louiz.org
Signed-off-by:
Maxime “pep” Buquet
<
pep@bouah.net
>
parent
d52d4fbb
Changes
5
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.rst
View file @
05d76e4b
...
...
@@ -5,7 +5,7 @@ To contribute, the preferred way is to commit your changes on some
publicly-available git repository (on a fork `on github
<https://github.com/poezio/slixmpp>`_ or on your own repository) and to
notify the developers with either:
- a ticket `on the bug tracker <https://
dev.
poez
.
io/new>`_
- a ticket `on the bug tracker <https://
lab.louiz.org/
poezio/
slixmpp/issues/
new>`_
- a pull request on github
- a simple message on `the XMPP MUC <xmpp:slixmpp@muc.poez.io>`_
...
...
docs/getting_started/component.rst
View file @
05d76e4b
...
...
@@ -11,7 +11,7 @@ Create and Run a Server Component
<xmpp:slixmpp@muc.poez.io?join>`_.
If you have not yet installed Slixmpp, do so now by either checking out a version
with `Git <http://
git.
poez
.
io/slixmpp>`_.
with `Git <http
s
://
lab.louiz.org/
poezio/slixmpp>`_.
Many XMPP applications eventually graduate to requiring to run as a server
component in order to meet scalability requirements. To demonstrate how to
...
...
docs/getting_started/echobot.rst
View file @
05d76e4b
...
...
@@ -11,7 +11,7 @@ Slixmpp Quickstart - Echo Bot
<xmpp:slixmpp@muc.poez.io?join>`_.
If you have not yet installed Slixmpp, do so now by either checking out a version
with `Git <http://
git.
poez
.
io/slixmpp>`_.
with `Git <http
s
://
lab.louiz.org/
poezio/slixmpp>`_.
As a basic starting project, we will create an echo bot which will reply to any
messages sent to it. We will also go through adding some basic command line configuration
...
...
@@ -329,7 +329,7 @@ The Final Product
-----------------
Here then is what the final result should look like after working through the guide above. The code
can also be found in the Slixmpp `examples directory <http://
git.
poez
.
io/slixmpp/tree/examples>`_.
can also be found in the Slixmpp `examples directory <http
s
://
lab.louiz.org/
poezio/slixmpp/tree/
master/
examples>`_.
.. compound::
...
...
docs/getting_started/muc.rst
View file @
05d76e4b
...
...
@@ -11,7 +11,7 @@ Multi-User Chat (MUC) Bot
<xmpp:slixmpp@muc.poez.io?join>`_.
If you have not yet installed Slixmpp, do so now by either checking out a version
from `Git <http://
git.
poez
.
io/slixmpp>`_.
from `Git <http
s
://
lab.louiz.org/
poezio/slixmpp>`_.
Now that you've got the basic gist of using Slixmpp by following the
echobot example (:ref:`echobot`), we can use one of the bundled plugins
...
...
docs/index.rst
View file @
05d76e4b
...
...
@@ -4,9 +4,9 @@ Slixmpp
.. sidebar:: Get the Code
The latest source code for Slixmpp may be found on the `Git repo
<http://
git.
poez
.
io/slixmpp>`_. ::
<http
s
://
lab.louiz.org/
poezio/slixmpp>`_. ::
git clone
git://git.
poez
.
io/slixmpp
git clone
https://lab.louiz.org/
poezio/slixmpp
An XMPP chat room is available for discussing and getting help with slixmpp.
...
...
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