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