summaryrefslogtreecommitdiff
path: root/doc/source/dev
AgeCommit message (Collapse)Author
2014-04-14Implement XEP-0249 (Direct MUC Invitations)mathieui
- fallback to mediated invitations if only the bare jid is given to the command or if the jid does not advertise support TODO: provide a way to send passwords
2013-08-01Fix #2049 (get the current completed argument)mathieui
A command argument can now be completed even if it isn’t the last one in the input. - Add a new method Input.new_completion Almost like the old auto_completion method, except taht it takes another argument: argument_position, which is the argument to be completed. - Methods using the old completion method still work - All completion methods in poezio now use the new one if necessary - Further details can be found in the docstring of new_completion
2013-06-10Implement Message Carbons (XEP-280)mathieui
- Add an option enable_carbons (defaults to false) - Make a disco on non-roster entites to determine if the message commes from a muc private chat or not.
2013-05-01Little fix a docFlorent Le Coz
2013-05-01Document the new eventFlorent Le Coz
2013-04-13Add the last pages, and the plugin examplesmathieui
2013-04-12Add the XEP listmathieui
2013-04-10Add the separate accounts pagemathieui
2013-04-08Start migrating the command indexmathieui
2013-04-08Beginning of the migration to reST documentationmathieui