summaryrefslogtreecommitdiff
path: root/plugins/vcard.py
AgeCommit message (Collapse)Author
2019-07-19plugins: Make all changed plugins work in 1:1 tabsMaxime “pep” Buquet
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-04-28plugins: Update use of tab.name to tab.jid where appropriateMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-15yapf -rip on pluginsmathieui
2016-10-04Rename "roster" to "contact list"mathieui
2016-10-04Replace "MUC" by "chatroom" in the documentationmathieui
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs.
2016-08-28Add a vcard plugin, to view other people’s vcard-temp as a dataform.Emmanuel Gil Peyrot
Fixes #1683 and #1843.