summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/dev/xep.rst4
-rw-r--r--poezio/tabs/conversationtab.py5
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/source/dev/xep.rst b/doc/source/dev/xep.rst
index f1f9e968..c185a240 100644
--- a/doc/source/dev/xep.rst
+++ b/doc/source/dev/xep.rst
@@ -35,7 +35,7 @@ Table of all XEPs implemented in poezio.
+----------+-------------------------+---------------------+
|0084 |User Avatar |50% |
+----------+-------------------------+---------------------+
-|0085 |Chat State Notifications |100% |
+|0085 |Chat State Notifications |80% |
+----------+-------------------------+---------------------+
|0092 |Software Version |100% |
+----------+-------------------------+---------------------+
@@ -91,7 +91,7 @@ Table of all XEPs implemented in poezio.
+----------+-------------------------+---------------------+
|0280 |Messsage Carbons |100% |
+----------+-------------------------+---------------------+
-|0296 |Best Practices for |100% |
+|0296 |Best Practices for |0% |
| |Resource Locking | |
+----------+-------------------------+---------------------+
|0297 |Stanza Forwarding |100% |
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.
"""