annotate mcabber/doc/help/en/hlp_roster.txt @ 2023:26edaf6ea10b

xmpp_setstatus: send presence to MUC rooms before the global presence It only matters (AFAICS) when going offline. We want the presence to be sent by mcabber and not by the server, especially if we're using PGP.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 30 Jul 2012 22:39:17 +0200
parents 8dc418af3e72
children 2b13be73351d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
1086
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
2 /ROSTER bottom|top|up|down|group_prev|group_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
3 /ROSTER alternate|unread_first|unread_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
4 /ROSTER search bud
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
5 /ROSTER display|hide_offline|show_offline|toggle_offline
1350
096411233fce Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net>
parents: 1311
diff changeset
6 /ROSTER item_lock|item_unlock|item_toggle_lock
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
7 /ROSTER hide|show|toggle
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
8 /ROSTER note [-|text]
2013
8dc418af3e72 Allow to select to which buddy resource messages go. Closes issue #55
Hermitifier
parents: 1695
diff changeset
9 /ROSTER resource_lock|resource_unlock
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
10
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
11 The 'roster' command manipulates the roster/buddylist.
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
12 Here are the available parameters:
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
13
1086
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
14 /roster bottom
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
15 Jump to the bottom of the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
16 /roster top
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
17 Jump to the top of the roster
1695
8cec41ebecb3 Update online help
Mikael Berthe <mikael@lilotux.net>
parents: 1350
diff changeset
18 /roster up [n]
8cec41ebecb3 Update online help
Mikael Berthe <mikael@lilotux.net>
parents: 1350
diff changeset
19 Move up [n lines] in the roster
8cec41ebecb3 Update online help
Mikael Berthe <mikael@lilotux.net>
parents: 1350
diff changeset
20 /roster down [n]
8cec41ebecb3 Update online help
Mikael Berthe <mikael@lilotux.net>
parents: 1350
diff changeset
21 Move down [n lines] in the roster
1086
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
22 /roster group_prev
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
23 Jump to the previous group in the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
24 /roster group_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
25 Jump to the next group in the roster
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
26 /roster alternate
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
27 Jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode. This command is thus especially useful after commands like "/roster unread_next" (Ctrl-q).
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
28 /roster unread_first
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
29 Jump to the first unread message
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
30 /roster unread_next
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
31 Jump to the next unread message
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
32 /roster search bud
5e2e647e781b Add command /roster group_prev|group_next and update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1080
diff changeset
33 Search for a buddy with a name or jid containing "bud" (only in the displayed buddylist)
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
34 /roster display [mask]
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
35 See or update the roster filter.
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
36 The mask should contain the shortcut letters of the status you want to see ([o]nline, [f]ree_for_chat, [d]o_not_disturb, [n]ot_available, [a]way, [_]offline).
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
37 For example "ofdna" to display only connected buddies.
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
38 "*" can be used as a shortcut to display all contacts.
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
39 /roster hide_offline
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
40 Hide offline buddies (same as /roster display ofdna)
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
41 /roster show_offline
1311
0dda8238af21 Implement "/roster display"
Mikael Berthe <mikael@lilotux.net>
parents: 1086
diff changeset
42 Show offline buddies (same as /roster display ofdna_)
1080
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
43 /roster toggle_offline
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
44 Toggle display of offline buddies
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
45 /roster item_lock [jid]
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
46 Lock the roster item so it remains visible regardless of its status
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
47 /roster item_unlock [jid]
4ce46a278336 Update roster help
Mikael Berthe <mikael@lilotux.net>
parents: 1062
diff changeset
48 Undo the effects of item_lock
1350
096411233fce Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net>
parents: 1311
diff changeset
49 /roster item_toggle_lock [jid]
096411233fce Add /roster item_toggle_lock (suggested by Wolfram S.)
Mikael Berthe <mikael@lilotux.net>
parents: 1311
diff changeset
50 Invert the current lock flag
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
51 /roster hide
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
52 Hide roster (full-width chat window)
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
53 /roster show
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
54 Show roster
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
55 /roster toggle
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
56 Toggle roster visibility
1062
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
57 /roster note [-|text]
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
58 Set/update/delete an annotation.
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
59 If there is no text, the current item's annotation is displayed -- if you are in the status buffer, all notes are displayed.
9207f2efb921 Update documentation
Mikael Berthe <mikael@lilotux.net>
parents: 975
diff changeset
60 If text is "-", the note is erased.
2013
8dc418af3e72 Allow to select to which buddy resource messages go. Closes issue #55
Hermitifier
parents: 1695
diff changeset
61 /roster resource_lock [full jid|resource]
8dc418af3e72 Allow to select to which buddy resource messages go. Closes issue #55
Hermitifier
parents: 1695
diff changeset
62 Sets active resource for a buddy in roster. Accepts special jid "./resource" for current buddy, or just a resource name.
8dc418af3e72 Allow to select to which buddy resource messages go. Closes issue #55
Hermitifier
parents: 1695
diff changeset
63 /roster resource_unlock [jid]
8dc418af3e72 Allow to select to which buddy resource messages go. Closes issue #55
Hermitifier
parents: 1695
diff changeset
64 Unsets active resource for a buddy. Accepts special jid "." for current buddy.