From 18074c3c234aa240b9ab780fe31ff4b650405e45 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 2 Aug 2012 01:09:10 +0200 Subject: 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 --- doc/en/usage.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3