slidge 0.2.2__py3-none-any.whl → 0.2.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- slidge/__version__.py +1 -1
- slidge/command/register.py +1 -3
- slidge/contact/contact.py +1 -1
- slidge/core/dispatcher/message/message.py +4 -1
- slidge/core/dispatcher/muc/admin.py +3 -4
- slidge/core/dispatcher/presence.py +3 -3
- slidge/core/gateway.py +2 -0
- slidge/core/mixins/attachment.py +1 -1
- slidge/core/mixins/avatar.py +6 -0
- slidge/core/mixins/message.py +13 -2
- slidge/core/mixins/recipient.py +2 -2
- slidge/db/store.py +9 -3
- slidge/group/archive.py +3 -3
- slidge/group/participant.py +11 -5
- slidge/group/room.py +21 -1
- slidge/main.py +1 -1
- slidge/slixfix/__init__.py +69 -13
- slidge/slixfix/xep_0153/__init__.py +0 -1
- slidge/slixfix/xep_0153/vcard_avatar.py +1 -10
- slidge/slixfix/xep_0492/__init__.py +8 -0
- slidge/slixfix/xep_0492/notify.py +16 -0
- slidge/slixfix/xep_0492/stanza.py +102 -0
- slidge/util/test.py +9 -2
- slidge-0.2.4.dist-info/METADATA +793 -0
- {slidge-0.2.2.dist-info → slidge-0.2.4.dist-info}/RECORD +41 -54
- {slidge-0.2.2.dist-info → slidge-0.2.4.dist-info}/WHEEL +2 -1
- slidge-0.2.4.dist-info/entry_points.txt +2 -0
- slidge-0.2.4.dist-info/top_level.txt +1 -0
- slidge/slixfix/xep_0153/stanza.py +0 -25
- slidge/slixfix/xep_0264/__init__.py +0 -5
- slidge/slixfix/xep_0264/stanza.py +0 -36
- slidge/slixfix/xep_0264/thumbnail.py +0 -23
- slidge/slixfix/xep_0313/__init__.py +0 -12
- slidge/slixfix/xep_0313/mam.py +0 -262
- slidge/slixfix/xep_0313/stanza.py +0 -359
- slidge/slixfix/xep_0317/__init__.py +0 -5
- slidge/slixfix/xep_0317/hats.py +0 -17
- slidge/slixfix/xep_0317/stanza.py +0 -28
- slidge/slixfix/xep_0424/__init__.py +0 -9
- slidge/slixfix/xep_0424/retraction.py +0 -77
- slidge/slixfix/xep_0424/stanza.py +0 -28
- slidge/slixfix/xep_0490/__init__.py +0 -8
- slidge/slixfix/xep_0490/mds.py +0 -47
- slidge/slixfix/xep_0490/stanza.py +0 -17
- slidge-0.2.2.dist-info/LICENSE +0 -661
- slidge-0.2.2.dist-info/METADATA +0 -116
- slidge-0.2.2.dist-info/entry_points.txt +0 -3
slidge-0.2.2.dist-info/METADATA
DELETED
@@ -1,116 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: slidge
|
3
|
-
Version: 0.2.2
|
4
|
-
Summary: XMPP bridging framework
|
5
|
-
Home-page: https://sr.ht/~nicoco/slidge/
|
6
|
-
License: AGPL-3.0-or-later
|
7
|
-
Author: Nicolas Cedilnik
|
8
|
-
Author-email: nicoco@nicoco.fr
|
9
|
-
Requires-Python: >=3.11,<4.0
|
10
|
-
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
13
|
-
Classifier: Topic :: Internet :: XMPP
|
14
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
15
|
-
Requires-Dist: ConfigArgParse (>=1.5.3,<2.0.0)
|
16
|
-
Requires-Dist: Pillow (>=10,<11)
|
17
|
-
Requires-Dist: aiohttp[speedups] (>=3.8.3,<4.0.0)
|
18
|
-
Requires-Dist: alembic (>=1.13.1,<2.0.0)
|
19
|
-
Requires-Dist: defusedxml (>=0.7.1,<0.8.0)
|
20
|
-
Requires-Dist: pickle-secure (>=0.99.9,<0.100.0)
|
21
|
-
Requires-Dist: python-magic (>=0.4.27,<0.5.0)
|
22
|
-
Requires-Dist: qrcode (>=7.4.1,<8.0.0)
|
23
|
-
Requires-Dist: slixmpp (>=1.8.5,<2.0.0)
|
24
|
-
Requires-Dist: sqlalchemy (>=2.0.29,<3.0.0)
|
25
|
-
Requires-Dist: thumbhash (>=0.1.2,<0.2.0)
|
26
|
-
Project-URL: Bug tracker, https://todo.sr.ht/~nicoco/slidge
|
27
|
-
Project-URL: Chat room, https://conference.nicoco.fr:5281/muc_log/slidge/
|
28
|
-
Project-URL: Documentation, https://slidge.im/
|
29
|
-
Project-URL: Repository, https://git.sr.ht/~nicoco/slidge/
|
30
|
-
Description-Content-Type: text/markdown
|
31
|
-
|
32
|
-

|
33
|
-
|
34
|
-
[Home](https://sr.ht/~nicoco/slidge) |
|
35
|
-
[Docs](https://slidge.im/core) |
|
36
|
-
[Source](https://sr.ht/~nicoco/slidge/sources) |
|
37
|
-
[Issues](https://sr.ht/~nicoco/slidge/trackers) |
|
38
|
-
[Patches](https://lists.sr.ht/~nicoco/public-inbox) |
|
39
|
-
[Chat](xmpp:slidge@conference.nicoco.fr?join)
|
40
|
-
|
41
|
-
[](https://builds.sr.ht/~nicoco/slidge/commits/master/ci.yml?)
|
42
|
-
[](https://slidge.im/coverage)
|
43
|
-
[](https://pypi.org/project/slidge/)
|
44
|
-
|
45
|
-
Slidge is an XMPP (puppeteer) gateway library in python.
|
46
|
-
It makes
|
47
|
-
[writing gateways to other chat networks](https://slidge.im/core/dev/tutorial.html)
|
48
|
-
(*legacy modules*) as frictionless as possible.
|
49
|
-
It supports fancy IM features, such as
|
50
|
-
[(emoji) reactions](https://xmpp.org/extensions/xep-0444.html),
|
51
|
-
[replies](https://xmpp.org/extensions/xep-0461.html), and
|
52
|
-
[retractions](https://xmpp.org/extensions/xep-0424.html).
|
53
|
-
The full list of supported XEPs in on [xmpp.org](https://xmpp.org/software/slidge/).
|
54
|
-
|
55
|
-
Slidge is meant for gateway developers, if you are an XMPP server admin and
|
56
|
-
want to install gateways on your server, you are looking for one of these projects:
|
57
|
-
|
58
|
-
- [slidgnal](https://git.sr.ht/~nicoco/slidgnal) ([Signal](https://signal.org))
|
59
|
-
- [slidge-whatsapp](https://git.sr.ht/~nicoco/slidge-whatsapp) ([Whatsapp](https://whatsapp.com))
|
60
|
-
- [slidgram](https://git.sr.ht/~nicoco/slidgram) ([Telegram](https://telegram.org))
|
61
|
-
- [slidcord](https://git.sr.ht/~nicoco/slidcord) ([Discord](https://discord.com))
|
62
|
-
- [matteridge](https://git.sr.ht/~nicoco/matteridge) ([Mattermost](https://mattermost.com))
|
63
|
-
- [sleamdge](https://git.sr.ht/~nicoco/sleamdge) ([Steam](https://steamcommunity.com/))
|
64
|
-
- [skidge](https://git.sr.ht/~nicoco/skidge) ([Skype](https://skype.com/))
|
65
|
-
- [messlidger](https://git.sr.ht/~nicoco/messlidger) ([Facebook Messenger](https://messenger.com/))
|
66
|
-
- [matridge](https://git.sr.ht/~nicoco/matridge) ([Matrix](https://matrix.org/))
|
67
|
-
- [slidgevoipms](https://codeberg.org/boxedtoast/slidgevoipms) ([voip.ms](https://voip.ms/))
|
68
|
-
|
69
|
-
If you use debian, you might also be interested in the
|
70
|
-
[slidge-debian](https://git.sr.ht/~nicoco/slidge-debian)
|
71
|
-
bundle.
|
72
|
-
|
73
|
-
Status
|
74
|
-
------
|
75
|
-
|
76
|
-
Slidge is **beta**-grade software. It support groups and 1:1 chats.
|
77
|
-
|
78
|
-
Try slidge and give us some
|
79
|
-
feedback, through the [MUC](xmpp:slidge@conference.nicoco.fr?join), the
|
80
|
-
[issue tracker](https://todo.sr.ht/~nicoco/slidge) or in the
|
81
|
-
[public inbox](https://lists.sr.ht/~nicoco/public-inbox).
|
82
|
-
Don't be shy!
|
83
|
-
|
84
|
-
Installation
|
85
|
-
------------
|
86
|
-
|
87
|
-
Slidge is available on
|
88
|
-
[docker.io](https://hub.docker.com/u/nicocool84),
|
89
|
-
[pypi](https://pypi.org/project/slidge/) and as
|
90
|
-
[debian packages](https://slidge.im/core/admin/install.html#debian).
|
91
|
-
Refer to [the docs](https://slidge.im/core/admin/install.html) for details.
|
92
|
-
|
93
|
-
About privacy
|
94
|
-
-------------
|
95
|
-
|
96
|
-
Slidge (and most if not all XMPP gateway that I know of) will break
|
97
|
-
end-to-end encryption, or more precisely one of the 'ends' become the
|
98
|
-
gateway itself. If privacy is a major concern for you, my advice would
|
99
|
-
be to:
|
100
|
-
|
101
|
-
- use XMPP + OMEMO
|
102
|
-
- self-host your gateways
|
103
|
-
- have your gateways hosted by someone you know AFK and trust
|
104
|
-
|
105
|
-
Related projects
|
106
|
-
----------------
|
107
|
-
|
108
|
-
- [Spectrum](https://www.spectrum.im/)
|
109
|
-
- [telegabber](https://dev.narayana.im/narayana/telegabber)
|
110
|
-
- [biboumi](https://biboumi.louiz.org/)
|
111
|
-
- [Bifröst](https://github.com/matrix-org/matrix-bifrost)
|
112
|
-
- [Mautrix](https://github.com/mautrix)
|
113
|
-
- [matterbridge](https://github.com/42wim/matterbridge)
|
114
|
-
|
115
|
-
Thank you, [Trung](https://trung.fun/), for the slidge logo!
|
116
|
-
|