Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
205
Issues
205
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
eae26926
Commit
eae26926
authored
Nov 23, 2017
by
Link Mauve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the documentation to reflect the removal of features.
parent
304d1cc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
doc/source/dev/xep.rst
doc/source/dev/xep.rst
+2
-2
poezio/tabs/conversationtab.py
poezio/tabs/conversationtab.py
+3
-2
No files found.
doc/source/dev/xep.rst
View file @
eae26926
...
...
@@ -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% |
...
...
poezio/tabs/conversationtab.py
View file @
eae26926
...
...
@@ -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.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment