slidge 0.2.1__py3-none-any.whl → 0.2.3.post1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. slidge/__version__.py +1 -1
  2. slidge/command/base.py +1 -1
  3. slidge/command/chat_command.py +5 -2
  4. slidge/command/register.py +2 -4
  5. slidge/command/user.py +1 -1
  6. slidge/contact/contact.py +1 -1
  7. slidge/core/dispatcher/muc/admin.py +3 -4
  8. slidge/core/dispatcher/presence.py +3 -3
  9. slidge/core/gateway.py +3 -0
  10. slidge/core/mixins/attachment.py +13 -2
  11. slidge/core/mixins/avatar.py +6 -0
  12. slidge/core/mixins/message.py +13 -2
  13. slidge/db/models.py +4 -0
  14. slidge/db/store.py +9 -3
  15. slidge/group/archive.py +3 -3
  16. slidge/group/participant.py +11 -5
  17. slidge/main.py +1 -1
  18. slidge/slixfix/__init__.py +5 -16
  19. slidge/slixfix/xep_0153/__init__.py +0 -1
  20. slidge/slixfix/xep_0153/vcard_avatar.py +1 -10
  21. slidge/util/test.py +9 -2
  22. slidge-0.2.3.post1.dist-info/METADATA +793 -0
  23. {slidge-0.2.1.dist-info → slidge-0.2.3.post1.dist-info}/RECORD +38 -54
  24. {slidge-0.2.1.dist-info → slidge-0.2.3.post1.dist-info}/WHEEL +2 -1
  25. slidge-0.2.3.post1.dist-info/entry_points.txt +2 -0
  26. slidge-0.2.3.post1.dist-info/top_level.txt +1 -0
  27. slidge/slixfix/xep_0153/stanza.py +0 -25
  28. slidge/slixfix/xep_0264/__init__.py +0 -5
  29. slidge/slixfix/xep_0264/stanza.py +0 -36
  30. slidge/slixfix/xep_0264/thumbnail.py +0 -23
  31. slidge/slixfix/xep_0313/__init__.py +0 -12
  32. slidge/slixfix/xep_0313/mam.py +0 -262
  33. slidge/slixfix/xep_0313/stanza.py +0 -359
  34. slidge/slixfix/xep_0317/__init__.py +0 -5
  35. slidge/slixfix/xep_0317/hats.py +0 -17
  36. slidge/slixfix/xep_0317/stanza.py +0 -28
  37. slidge/slixfix/xep_0424/__init__.py +0 -9
  38. slidge/slixfix/xep_0424/retraction.py +0 -77
  39. slidge/slixfix/xep_0424/stanza.py +0 -28
  40. slidge/slixfix/xep_0490/__init__.py +0 -8
  41. slidge/slixfix/xep_0490/mds.py +0 -47
  42. slidge/slixfix/xep_0490/stanza.py +0 -17
  43. slidge-0.2.1.dist-info/LICENSE +0 -661
  44. slidge-0.2.1.dist-info/METADATA +0 -116
  45. slidge-0.2.1.dist-info/entry_points.txt +0 -3
@@ -1,116 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: slidge
3
- Version: 0.2.1
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
- ![Slidge logo](https://git.sr.ht/~nicoco/slidge/blob/master/dev/assets/slidge-color-small.png)
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
- [![builds.sr.ht status](https://builds.sr.ht/~nicoco/slidge/commits/master/ci.yml.svg)](https://builds.sr.ht/~nicoco/slidge/commits/master/ci.yml?)
42
- [![coverage](https://slidge.im/coverage.svg)](https://slidge.im/coverage)
43
- [![pypi](https://badge.fury.io/py/slidge.svg)](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
-
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- slidge=slidge.main:main
3
-