summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-26 18:53:17 +0200
committermathieui <mathieui@mathieui.net>2016-08-26 18:53:17 +0200
commit01e8f9ee76e0994183f0333e616fa5d81eb0e686 (patch)
tree0df94a206f77aa938b1862b7e3388d5591f284cc
parentb7c23313b693a843abad166805ffdc614284af5e (diff)
downloadpoezio-01e8f9ee76e0994183f0333e616fa5d81eb0e686.tar.gz
poezio-01e8f9ee76e0994183f0333e616fa5d81eb0e686.tar.bz2
poezio-01e8f9ee76e0994183f0333e616fa5d81eb0e686.tar.xz
poezio-01e8f9ee76e0994183f0333e616fa5d81eb0e686.zip
Update docs for /groupadd
and changelog
-rw-r--r--CHANGELOG3
-rw-r--r--doc/source/commands.rst6
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7e32a9be..9555bc43 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,7 +6,10 @@ https://dev.louiz.org/projects/poezio/roadmap
- A lot of cleanup and refactor in order to use cython on the codebase
more easily.
+- A new poezio_logs script to make logfiles more human-readable
- Substantial performance improvements
+- Added a new confirmation tab and used it for cert warnings and XEP-0070
+- Added support for XEP-0070 (HTTP request verification)
- Enabled carbons (XEP-0280) by default
- Added support for XEP-0198 (stream management)
- Added support for XEP-0352 (client state indication)
diff --git a/doc/source/commands.rst b/doc/source/commands.rst
index 2e469f08..a73fa9b3 100644
--- a/doc/source/commands.rst
+++ b/doc/source/commands.rst
@@ -504,10 +504,12 @@ Roster tab commands
Change your password.
/groupadd
- **Usage:** ``/groupadd <jid> <group>``
+ **Usage:** ``/groupadd (<jid> <group>|<group>)
Add the given JID to the given group (if the group
- does not exist, it will be created).
+ does not exist, it will be created). If no jid is provided,
+ the currently selected item on the roster (resource or JID)
+ will be used.
/groupmove
**Usage:** ``/groupmove <jid> <old_group> <new_group>``