changeset 836:cd011fe9f8a5

Update documentation Mention "/authorization request_unsubscribe".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 17:54:06 +0200
parents 6a732d2ad4b4
children 7c74eef1d0e0
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Thu May 04 17:52:55 2006 +0200
+++ b/mcabber/doc/mcabber.1	Thu May 04 17:54:06 2006 +0200
@@ -139,7 +139,7 @@
 Example: "/alias away = status away"\&.
 
 .TP
-\fB/authorization\fR allow|cancel|request [jid]
+\fB/authorization\fR allow|cancel|request|request_unsubscribe [jid]
 Manage the presence subscriptions\&.
 
 If no jid is provided, the current buddy is used\&.
@@ -147,6 +147,7 @@
  \fBallow\fR  	allow the buddy to receive your presence updates
  \fBcancel\fR 	cancel the buddy' subscription to your presence updates
  \fBrequest\fR	request a subscription to the buddy's presence updates
+ \fBrequest_unsubscribe\fR request unsubscription from the buddy's presence updates
 
 .TP
 \fB/bind\fR keycode = command line
--- a/mcabber/doc/mcabber.1.html	Thu May 04 17:52:55 2006 +0200
+++ b/mcabber/doc/mcabber.1.html	Thu May 04 17:54:06 2006 +0200
@@ -254,7 +254,7 @@
         Example: "/alias away = status away".
 </dd>
 <dt><b>
-/authorization allow|cancel|request [jid]
+/authorization allow|cancel|request|request_unsubscribe [jid]
 </b></dt>
 <dd>
         Manage the presence subscriptions.<br />
@@ -284,6 +284,14 @@
 request a subscription to the buddy's presence updates
 </td>
 </tr>
+<tr valign="top">
+<td>
+<b>request_unsubscribe</b>
+</td>
+<td>
+request unsubscription from the buddy's presence updates
+</td>
+</tr>
 </table>
 </dd>
 <dt><b>
@@ -928,7 +936,7 @@
 <div id="footer">
 <p>
 Version 0.7.7-dev<br />
-Last updated 30-Apr-2006 14:49:22 CEST
+Last updated 04-May-2006 17:47:25 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Thu May 04 17:52:55 2006 +0200
+++ b/mcabber/doc/mcabber.1.txt	Thu May 04 17:54:06 2006 +0200
@@ -109,13 +109,14 @@
         "/alias name =" unsets the "name" alias. +
         Example: "/alias away = status away".
 
-/authorization allow|cancel|request [jid]::
+/authorization allow|cancel|request|request_unsubscribe [jid]::
         Manage the presence subscriptions. +
         If no jid is provided, the current buddy is used.
 
         'allow';;   allow the buddy to receive your presence updates
         'cancel';;  cancel the buddy' subscription to your presence updates
         'request';; request a subscription to the buddy's presence updates
+        'request_unsubscribe';; request unsubscription from the buddy's presence updates
 
 /bind keycode = command line::
         Bind a command line to the key with the "keycode" code number. +