# HG changeset patch # User Myhailo Danylenko # Date 1257945249 -7200 # Node ID 18de00544c46dce4d59248d24bd0ac0f99797a58 # Parent 993c64892ae5fffdbcdf9dcaac3c57ce831a2b35 Readme diff -r 993c64892ae5 -r 18de00544c46 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Nov 11 15:14:09 2009 +0200 @@ -0,0 +1,54 @@ + +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 . + +CONTACTS + +I will be happy to get feedback, patches, suggestions, etc. +You can send me email or contact via jabber . + + -- Myhailo Danylenko + +