From 31706c503be214694bdf1ae4e3e91d63ed2be734 Mon Sep 17 00:00:00 2001 From: Jesus Fuentes Date: Sun, 1 Apr 2018 08:59:27 -0500 Subject: [PATCH] Update/Edit documentation --- documentation/extensions/blockingcommand.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/extensions/blockingcommand.md b/documentation/extensions/blockingcommand.md index a71d009aa..98b12d52e 100644 --- a/documentation/extensions/blockingcommand.md +++ b/documentation/extensions/blockingcommand.md @@ -3,7 +3,7 @@ Blocking Command [Back](index.md) -Allows to manage communications blocking. +Allows one to manage communications blocking. * Check push notifications support * Get blocking list @@ -44,18 +44,18 @@ Block contact ------------- ``` -blockingCommandManager.blockContact(jid); +blockingCommandManager.blockContacts(jids); ``` -*jid* is a `Jid` +*jids* is a `java.util.List` Unblock contact --------------- ``` -blockingCommandManager.unblockContact(jid); +blockingCommandManager.unblockContacts(jids); ``` -*jid* is a `Jid` +*jids* is a `java.util.List` Unblock all