summaryrefslogtreecommitdiff
path: root/poezio/tabs/conversationtab.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/conversationtab.py')
-rw-r--r--poezio/tabs/conversationtab.py5
1 files changed, 3 insertions, 2 deletions
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.
"""