summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-11-23 20:07:41 +0000
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-11-23 20:11:14 +0000
commiteae2692647d98bf1a0610f7d2c837fe73c658788 (patch)
tree31494efb572a2064ce4b43ad3d6c0b8cec118f99 /poezio
parent304d1cc1abb94213d263f4cad226159f323dd38a (diff)
downloadpoezio-eae2692647d98bf1a0610f7d2c837fe73c658788.tar.gz
poezio-eae2692647d98bf1a0610f7d2c837fe73c658788.tar.bz2
poezio-eae2692647d98bf1a0610f7d2c837fe73c658788.tar.xz
poezio-eae2692647d98bf1a0610f7d2c837fe73c658788.zip
Update the documentation to reflect the removal of features.
Diffstat (limited to 'poezio')
-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.
"""