README
author Myhailo Danylenko <isbear@ukrpost.net>
Wed, 08 Aug 2012 14:45:02 +0300
changeset 55 e01cbf23a88b
parent 11 18de00544c46
child 56 f0e3c123d506
permissions -rw-r--r--
Update avv description (add xmpp:6)


This is a module for mcabber to send service discovery requests.

It provides mcabber command 'disco'. To use this module just
load it - then command will be available.

With this you can discover abilities of various jabber entities,
like servers, transports etc. Note, that it can only provide
information, what to do with this information (eg register to
entity, that supports it) is not this module's task. Note also,
that if you want to get abilities of some buddy, you should send
disco request to specific resource of that buddy (because of this
this command supports extended notation ./resource), if you'll
send request to bare jid, you'll get reply from server, that
serves that jid.

INSTALLATION

To install it, you need:
gcc
make
cmake
glib
loudmouth
mcabber headers

Then do
$ mkdir build
$ cd build
$ cmake ..
$ make edit_cache
$ make
# make install

Debian users can instead of make install do
$ fakeroot make package
# dpkg -i ...-*.deb

Users of other distributions can select appropriate package
generator, using cache editor.

LICENSE

This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.

CONTACTS

I will be happy to get feedback, patches, suggestions, etc.
You can send me email or contact via jabber <isbear@unixzone.org.ua>.

  -- Myhailo Danylenko <isbear@ukrpost.net>