• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Oct-2014-

src/H03-May-2022-1,8091,257

COPYINGH A D22-Oct-201417.6 KiB341281

READMEH A D22-Oct-20141 KiB4426

licq_rms.confH A D22-Oct-2014729 205

version.cmakeH A D22-Oct-2014142 65

README

1Licq Remote Management Service Plugin
2_____________________________________
3
4
5QUICK INSTALLATION
6
7To get up and running quickly (assuming you are familiar with loading
8plugins for Licq), simple run
9
10mkdir build && cd build
11cmake ..
12make
13make install
14
15And then move licq_rms.conf to ~/.licq/licq_rms.conf and edit this
16file appropriately.
17
18
19DESCRIPTION
20
21This program is a remote management server for Licq.
22
23
24RUNNING
25
26Loading and running the plugin is simply a matter of adding a "-p rms"
27to your Licq command line arguments.  Remember that if any plugins are
28loaded from the command line then all plugins must be specified.  In other
29words if you are using the qt-gui plugin and also wish to start the rms
30plugin, run:
31licq [options] -p qt-gui -p rms -- [ qt-gui options ] -- [ rms options ]
32
33
34CONFIGURING
35
36The plugin uses a small configuration file (~/.licq/licq_rms.conf) which must
37be set up by hand.  A sample is included with the source, and includes help on
38the various settings.
39
40
41PROBLEMS
42
43If there are any problems, report them to jon@licq.org.
44