Emmanuel Gil Peyrot
79bbbdb3e6
Replace asyncio.ensure_future() with asyncio.create_task()
...
The latter function got introduced in Python 3.7, which is conveniently
our MSPV, so let’s use that.
2021-12-11 19:16:33 +01:00
mathieui
46d90bf832
plugins: remove callbacks
2021-02-03 15:22:09 +01:00
b5849a868e
plugins: Make all changed plugins work in 1:1 tabs
...
These were still using tabs.ConversationTab that's been replaced by
Dynamic and StaticConversationTab. These class have been introduced
after resource locking was removed in 1:1, because they were needed for
some plugins like OTR.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-07-19 18:55:16 +02:00
7a1b2b982f
plugins: Update use of tab.name to tab.jid where appropriate
...
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-28 01:02:49 +01:00
mathieui
6e13b8b735
yapf -rip on plugins
2018-08-15 13:13:17 +02:00
mathieui
f1bfec332f
Rename "roster" to "contact list"
2016-10-04 00:40:56 +02:00
mathieui
5a6ba4dda8
Replace "MUC" by "chatroom" in the documentation
...
And fix some linewrapping, obsolete references to poezio.eu, and
obsolete docs.
2016-10-04 00:29:19 +02:00
Emmanuel Gil Peyrot
dbbc24b7c6
Add a vcard plugin, to view other people’s vcard-temp as a dataform.
...
Fixes #1683 and #1843 .
2016-08-28 20:58:35 +02:00