comparison doc/jp/roster.rst @ 3414:ffe7a6d6018a

jp (roster): `delete` implementation
author Goffi <goffi@goffi.org>
date Thu, 12 Nov 2020 14:53:16 +0100
parents 7b58b15bd121
children
comparison
equal deleted inserted replaced
3413:f4d417593e77 3414:ffe7a6d6018a
70 70
71 Replace all groups of Pierre, to add him only to ``friends`` and ``housemates``:: 71 Replace all groups of Pierre, to add him only to ``friends`` and ``housemates``::
72 72
73 $ jp roster set --replace -g friends -g housemates pierre@example.net 73 $ jp roster set --replace -g friends -g housemates pierre@example.net
74 74
75 delete
76 ======
77
78 Remove an entity from roster.
79
80 examples
81 --------
82
83 Remove John from your roster::
84
85 $ jp roster delete john@example.net
86
75 stats 87 stats
76 ===== 88 =====
77 89
78 Show some statistics about the profile roster. The number of contacts per server is shown, 90 Show some statistics about the profile roster. The number of contacts per server is shown,
79 with a percentage of contacts on this server compared to the total number of contacts. 91 with a percentage of contacts on this server compared to the total number of contacts.