comparison mod_roster_command.wiki @ 238:9ab5744a0afa

Edited wiki page mod_roster_command through web user interface.
author MWild1@gmail.com
date Sat, 03 Dec 2011 15:29:47 +0000
parents e661e843f083
children dd9b7424ba75
comparison
equal deleted inserted replaced
237:6a29d6132f88 238:9ab5744a0afa
10 After putting this module in your modules directory you can use it via prosodyctl like this: 10 After putting this module in your modules directory you can use it via prosodyctl like this:
11 11
12 {{{ 12 {{{
13 prosodyctl mod_roster_command COMMAND [OPTIONS...] 13 prosodyctl mod_roster_command COMMAND [OPTIONS...]
14 }}} 14 }}}
15
16 *Note:* Do not add mod_roster_command to your Prosody config file. This is unnecessary because it will automatically be loaded by prosodyctl when you use it.
15 17
16 == Commands == 18 == Commands ==
17 19
18 {{{ 20 {{{
19 subscribe user@host contact@host 21 subscribe user@host contact@host
44 46
45 Sets or updates a name for a contact in the user's roster, and moves the contact to the given group, if specified. 47 Sets or updates a name for a contact in the user's roster, and moves the contact to the given group, if specified.
46 48
47 = Compatibility = 49 = Compatibility =
48 || 0.8 || Works || 50 || 0.8 || Works ||
49 || 0.7 || Should work ||