From eae2692647d98bf1a0610f7d2c837fe73c658788 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 23 Nov 2017 20:07:41 +0000 Subject: Update the documentation to reflect the removal of features. --- poezio/tabs/conversationtab.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'poezio') diff --git a/poezio/tabs/conversationtab.py b/poezio/tabs/conversationtab.py index fb39c982..f99938fc 100644 --- a/poezio/tabs/conversationtab.py +++ b/poezio/tabs/conversationtab.py @@ -417,8 +417,9 @@ class ConversationTab(OneToOneTab): class DynamicConversationTab(ConversationTab): """ - A conversation tab associated with one bare JID that can be “locked” to - a full jid, and unlocked, as described in the XEP-0296. + A conversation tab associated with one bare JID. It used to + support resource locking (as described in XEP-0296), but that was a + bad idea so it has been removed. Only one DynamicConversationTab can be opened for a given jid. """ -- cgit v1.2.3