Added help
authorMyhailo Danylenko <isbear@ukrpost.net>
Sat, 31 Oct 2009 14:08:49 +0200
changeset 2 59145167eea0
parent 1 434f4b4ff37b
child 3 c409300aa352
Added help
CMakeLists.txt
help/en/hlp_disco.txt
--- a/CMakeLists.txt	Sat Oct 31 14:08:09 2009 +0200
+++ b/CMakeLists.txt	Sat Oct 31 14:08:49 2009 +0200
@@ -64,5 +64,6 @@
 ## Installation
 install(TARGETS disco DESTINATION lib/mcabber) 
 install(FILES disco.rc DESTINATION share/doc/${CPACK_PACKAGE_NAME})
+install(DIRECTORY help DESTINATION share/mcabber)
 
 ## The End ## vim: se ts=4: ##
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/help/en/hlp_disco.txt	Sat Oct 31 14:08:49 2009 +0200
@@ -0,0 +1,11 @@
+
+ /DISCO [info|items] [jid|.|./resource] [node]
+
+Sends service discovery requests to specified jid (use . to specify current byddy's jid) and, optionally, to specific node of that jid.
+
+/disco info [jid|.|./resource] [node]
+ Sends disco#info request.
+/disco items [jid|.|./resource] [node]
+ Sends disco#items request.
+
+Note: unlike other commands, here you can use ./resource notation.