- 26 Jan, 2023 1 commit
-
-
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 07 Jan, 2023 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 04 Jan, 2023 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 28 Nov, 2022 6 commits
-
-
Maxime Buquet authored
implements XEP-0292 (vCard4 over XMPP) See merge request !221
-
Maxime Buquet authored
Add public names in all See merge request !225
-
Nicoco K authored
-
Nicoco K authored
-
Maxime Buquet authored
XEP-0461 (replies) improvements See merge request !224
-
Nicoco K authored
Turns out we need to include the fallback/end code point, unlike python slicing conventions
-
- 22 Nov, 2022 4 commits
- 15 Nov, 2022 2 commits
-
-
Maxime Buquet authored
xep_0030: allow extra args in get_info_from_domain See merge request !223
-
Nicoco K authored
-
- 12 Nov, 2022 2 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 06 Nov, 2022 2 commits
-
-
Maxime Buquet authored
fix crash on adhoc command with bad clients See merge request !222
-
Nicoco K authored
If a command has no "next" handler, slixmpp crashes if a client acts as if there was a next step. This raises an XMPPError instead
-
- 04 Nov, 2022 1 commit
-
-
Nicoco K authored
-
- 03 Oct, 2022 2 commits
-
-
Maxime Buquet authored
logger: remove NullHandler for the "slixmpp" handler See merge request !220
-
Nicoco K authored
This does not seem to accomplish anything besides hiding the "using the slow, pure python stringprep" warning, unless you import logging and add another handler before to the "slixmpp" logger *BEFORE* importing slixmpp.
-
- 23 Sep, 2022 1 commit
-
-
Maxime Buquet authored
xep_0084: fix typo and getters See merge request !219
-
- 22 Sep, 2022 1 commit
-
-
Nicoco K authored
"with" instead of "width"; wrong syntax for getters
-
- 12 Sep, 2022 1 commit
-
- 11 Sep, 2022 1 commit
-
-
Nicoco K authored
-
- 09 Sep, 2022 4 commits
-
- 28 Aug, 2022 3 commits
-
-
Nicoco K authored
-
Nicoco K authored
This is not satisfying, but having gitlab pipelines running would be nice, wouldn't it?
-
Nicoco K authored
xep_0030 automatically sends disco queries with ifrom=None Prosody's mod_component had a workaround to allow this non-standard behaviour, but it will change in a future release.
-
- 23 Aug, 2022 2 commits
-
-
Link Mauve authored
DOAP: Add 0175. It's been here forever See merge request !215
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 21 Aug, 2022 3 commits
-
-
Link Mauve authored
XEP-0461: Message Replies See merge request !213
-
Maxime Buquet authored
JID: Make node and resource setters accept None See merge request !214
-
Link Mauve authored
This is the proper way to unset these.
-
- 20 Aug, 2022 1 commit
-
-
Nicoco K authored
-
- 31 Jul, 2022 1 commit
-
-
Daniel Roschka authored
Slixmpp behaves differently when resolving host names, whether aiodns is used or not. With aiodns only DNS is used, while without `asyncio.loop.getaddrinfo()` is used instead, which utilizes the Name Service Switch (NSS) to resolve host names by other means (hosts-file, mDNS, ...) as well. To unify the behavior, this replaces the use of `aiodns.DNSResolver().query()` with `aiodns.DNSResolver().gethostbyname()`. This makes the behavior resolving host names more consistent between using aiodns or not, as both now honor the NSS configuration and removes the need for the previously existing workaround to resolve localhost.
-