summaryrefslogtreecommitdiff
path: root/slixmpp/types.py
AgeCommit message (Collapse)Author
2021-03-09XEP-0441: Split MAM preferences into a separate pluginmathieui
2021-03-01types: add some often-used typesmathieui
2021-02-08XEP-0045: Types, visibility, and documentationmathieui
- Make all handlers private (_-prefixed) - Reorder methods in a more thematic order - Add docstrings to public methods - Add types where they were missing - Create new Literal types for closed enums - Make join_muc a wrapper around join_muc_wait and return a Future - Deprecate the current join_muc API - Fix some mypy issues
2021-02-06types: move pluginsdict to a dedicated filemathieui
And add some Literal types.
2021-02-03basexmpp: type self.plugins in a more useful mannermathieui