Readme
authorMyhailo Danylenko <isbear@ukrpost.net>
Wed, 11 Nov 2009 15:14:09 +0200
changeset 11 18de00544c46
parent 10 993c64892ae5
child 12 4d2ac929e61a
Readme
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 <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>
+
+