# HG changeset patch # User Mikael Berthe # Date 1146758046 -7200 # Node ID cd011fe9f8a5d19488c015c4b707f15d156e5812 # Parent 6a732d2ad4b47fb874b97ea7fa60419eb470fc47 Update documentation Mention "/authorization request_unsubscribe". diff -r 6a732d2ad4b4 -r cd011fe9f8a5 mcabber/doc/mcabber.1 --- 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 diff -r 6a732d2ad4b4 -r cd011fe9f8a5 mcabber/doc/mcabber.1.html --- 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".
-/authorization allow|cancel|request [jid] +/authorization allow|cancel|request|request_unsubscribe [jid]
Manage the presence subscriptions.
@@ -284,6 +284,14 @@ request a subscription to the buddy's presence updates + + +request_unsubscribe + + +request unsubscription from the buddy's presence updates + +
@@ -928,7 +936,7 @@ diff -r 6a732d2ad4b4 -r cd011fe9f8a5 mcabber/doc/mcabber.1.txt --- 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. +