summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/__init__.py
AgeCommit message (Collapse)Author
2021-03-09XEP-0441: Split MAM preferences into a separate pluginmathieui
2021-03-02Add XEP-0100 (Gateway Interaction) pluginNicoco K
Remove usused prompt_future attribute Add plugin_end Update with mathieui's comments Add option to transfer messages from unregistered users XEP 0100 plugin
2021-02-05global: rewrite copyright notice to use commentsmathieui
2021-01-22XEP-0382: Spoiler Messagesmathieui
2020-12-08XEP-047: Room Activity Indicatorsmathieui
Implement the XEP
2020-12-05Plugins: Update the list to match what’s availableEmmanuel Gil Peyrot
Piugins for deprecated and obsolete XEPs aren’t loaded by default anymore.
2020-12-04XEP-0439: Quick Responsemathieui
2020-12-04XEP-0425: Message Moderationmathieui
2020-12-04XEP-0424: Message Retractionmathieui
2020-12-04XEP-0428: Fallback Indicationmathieui
2020-12-04XEP-0359: Unique and Stable Stanza IDsmathieui
(was partially supported in places before)
2020-12-04XEP-0422: Message Fasteningmathieui
2020-12-04XEP-0363: Add 0363 to the extension listmathieui
2020-12-04XEP-0353: Jingle Message InitiationEmmanuel Gil Peyrot
2020-12-02XEP-0403: MIX-Presencemathieui
2020-12-02XEP-0404: MIX-Anon: JID hidden channelsmathieui
(not found)
2020-12-02XEP-0405: MIX-PAMmathieui
2020-12-02XEP-0369: MIX-Coremathieui
2020-11-27Remove protoxep_occupantidmathieui
And fix some minor details in 0421 plugin.
2020-11-27Update protoxep_reactions to XEP-0444mathieui
2020-05-24Add a plugin for XEP-0377: spam reportingmathieui
2019-07-14Add the occupant id stanza elementsmathieui
2019-07-13Initial commit for reactions protoxepmathieui
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
Conflicts: README.rst examples/IoT_TestDevice.py examples/disco_browser.py setup.py sleekxmpp/jid.py sleekxmpp/plugins/google/auth/stanza.py sleekxmpp/plugins/google/gmail/notifications.py sleekxmpp/plugins/google/nosave/stanza.py sleekxmpp/plugins/google/settings/settings.py sleekxmpp/thirdparty/__init__.py sleekxmpp/thirdparty/socks.py sleekxmpp/thirdparty/statemachine.py sleekxmpp/util/__init__.py sleekxmpp/xmlstream/xmlstream.py slixmpp/basexmpp.py slixmpp/plugins/xep_0004/stanza/form.py slixmpp/plugins/xep_0009/rpc.py slixmpp/plugins/xep_0050/adhoc.py slixmpp/plugins/xep_0065/proxy.py slixmpp/plugins/xep_0084/stanza.py slixmpp/plugins/xep_0202/time.py slixmpp/plugins/xep_0323/sensordata.py slixmpp/plugins/xep_0325/control.py slixmpp/plugins/xep_0325/stanza/control.py slixmpp/roster/single.py slixmpp/stanza/atom.py slixmpp/stanza/rootstanza.py slixmpp/test/slixtest.py slixmpp/util/sasl/mechanisms.py slixmpp/version.py slixmpp/xmlstream/stanzabase.py tests/test_stanza_xep_0323.py tests/test_stanza_xep_0325.py tests/test_stream_xep_0323.py tests/test_stream_xep_0325.py
2014-07-17Rename to slixmppFlorent Le Coz