File: README

package info (click to toggle)
licq 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 18,456 kB
  • ctags: 17,529
  • sloc: cpp: 106,239; xml: 1,282; lex: 856; php: 753; perl: 616; ansic: 386; sh: 203; makefile: 81; csh: 48
file content (43 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download | duplicates (2)
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.