comparison mcabber/doc/mcabber.1.txt @ 836:cd011fe9f8a5

Update documentation Mention "/authorization request_unsubscribe".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 17:54:06 +0200
parents 114f08e3c29a
children 5759770c1968
comparison
equal deleted inserted replaced
835:6a732d2ad4b4 836:cd011fe9f8a5
107 Aliases are expanded only once, thus they can not be chained. + 107 Aliases are expanded only once, thus they can not be chained. +
108 "/alias name" displays the value associated with the "name" alias; 108 "/alias name" displays the value associated with the "name" alias;
109 "/alias name =" unsets the "name" alias. + 109 "/alias name =" unsets the "name" alias. +
110 Example: "/alias away = status away". 110 Example: "/alias away = status away".
111 111
112 /authorization allow|cancel|request [jid]:: 112 /authorization allow|cancel|request|request_unsubscribe [jid]::
113 Manage the presence subscriptions. + 113 Manage the presence subscriptions. +
114 If no jid is provided, the current buddy is used. 114 If no jid is provided, the current buddy is used.
115 115
116 'allow';; allow the buddy to receive your presence updates 116 'allow';; allow the buddy to receive your presence updates
117 'cancel';; cancel the buddy' subscription to your presence updates 117 'cancel';; cancel the buddy' subscription to your presence updates
118 'request';; request a subscription to the buddy's presence updates 118 'request';; request a subscription to the buddy's presence updates
119 'request_unsubscribe';; request unsubscription from the buddy's presence updates
119 120
120 /bind keycode = command line:: 121 /bind keycode = command line::
121 Bind a command line to the key with the "keycode" code number. + 122 Bind a command line to the key with the "keycode" code number. +
122 Keycodes of unused keys are displayed by `mcabber` in the log window 123 Keycodes of unused keys are displayed by `mcabber` in the log window
123 when pressing the key, for example "Unknown key=265". + 124 when pressing the key, for example "Unknown key=265". +