diff options
author | mathieui <mathieui@mathieui.net> | 2012-08-02 01:09:10 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-08-02 01:09:10 +0200 |
commit | 18074c3c234aa240b9ab780fe31ff4b650405e45 (patch) | |
tree | f6e0eafdde02adbfa77069443fac35221cb0186f /doc | |
parent | 0cb39b32a4ee3a2f86f6db6d2354836bcf68a33e (diff) | |
download | poezio-18074c3c234aa240b9ab780fe31ff4b650405e45.tar.gz poezio-18074c3c234aa240b9ab780fe31ff4b650405e45.tar.bz2 poezio-18074c3c234aa240b9ab780fe31ff4b650405e45.tar.xz poezio-18074c3c234aa240b9ab780fe31ff4b650405e45.zip |
Add simple communication blocking (Fixes #1837)
- Add /block, /unblock, and /list_blocks commands
- Enable the commands only if the server advertises the feature
- http://xmpp.org/extensions/xep-0191.html#example-9 was not tested, but
should work (could not find a server to test with)
- Add documentation for the commands
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/usage.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index cdcd3ba8..665b5791 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -436,6 +436,17 @@ Roster tab commands unsubscribe you from its presence, cancel its subscription to yours, and remove the item from your roster. +NOTE: The following commands only exist if your server supports them. If it +does not, you will be notified when you start poezio. + +*/block [jid]*:: Block the following JID using simple blocking. You will not + receive any of his messages and won’t be able to send some to him either. + +*/unblock [jid]*:: Unblock a previously blocked JID using simple blocking. You + will be able to send and receive messages from him again. + +*/list_blocks*:: List the blocked JIDs. + NOTE: The following commands do not comply with any XEP or whatever, but they can still prove useful when you are migrating to an other JID. |