summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0045
AgeCommit message (Expand)Author
2021-05-21XEP-0045: Add a helper method to request voiceEmmanuel Gil Peyrot
2021-02-08XEP-0045: Types, visibility, and documentationmathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2021-01-31XEP-0045: make the join_muc_wait timeout parameter optionalmathieui
2021-01-31XEP-0045: Add a join_muc_wait functionmathieui
2021-01-31XEP-0045: Add a specific handler for MUC presence errorsmathieui
2021-01-31XEP-0045: add a directed event for self-presencemathieui
2021-01-12XEP-0045: Add a groupchat_join MUC event for componentsmathieui
2021-01-10XEP-0045: Better component handlingmathieui
2021-01-10XEP-0045: Better "groupchat_presence" targetingmathieui
2021-01-10XEP-0045: add more elements (<actor/>)mathieui
2020-12-27XEP-0045: Add a set_subject() helperEmmanuel Gil Peyrot
2020-12-27XEP-0045: Add missing reason for affiliation and role changesEmmanuel Gil Peyrot
2020-12-27XEP-0045: Fix issues found by mypyEmmanuel Gil Peyrot
2020-12-10docs: update docstrings for sphinx conformitymathieui
2020-12-04XEP-0045: Register the missing invite/decline elementmathieui
2020-12-03XEP-0045: Misc small fixes.mathieui
2020-12-03XEP-0045: Better invitation handlingmathieui
2020-12-03XEP-0045: Remove "self" returns from stanza methodsmathieui
2020-12-03XEP-0045: Add status_codes interface to the MUC elementmathieui
2020-11-26XEP-0045: update methods for asyncio & stanza, typingmathieui
2020-11-22XEP-0045: register the new elements & reformat initmathieui
2020-11-22XEP-0045: add more stanza elementsmathieui
2020-05-29XEP-0045: register_stanza_plgin(Message, MUCMessage)Maxime “pep” Buquet
2020-05-29XEP-0045: Split __init__Maxime “pep” Buquet
2020-05-29XEP-0045: Add MUCMessageMaxime “pep” Buquet
2020-05-29XEP-0045: Remove unused MUCPresence attributesMaxime “pep” Buquet
2020-05-29XEP-0045: Add some types in stanzaMaxime “pep” Buquet
2020-05-29XEP-0045: Add stanza.NS* constsMaxime “pep” Buquet
2020-05-29XEP-0045: Split stanza into sub-moduleMaxime “pep” Buquet
2020-05-29XEP-0045: Remove useless Python2-nessMaxime “pep” Buquet
2020-05-29XEP-0045: Change to a package moduleMaxime “pep” Buquet