// opis komend dla protokou jabber
// (c) copyright 2001-2003 wojtek kaniewski <wojtekka@irc.pl>
// (c) copyright      2004 piotr kupisiewicz <deletek@ekg2.org>
// (c) copyright      2004 tomasz torcz <zdzichu@ekg2.org>

_autoaway
	parameters: 
	short description: changes status to away

_autoback
	parameters: 
	short description: changes status to available

add
	parameters: <JID> [name]
	short description: adds user to our roster while asking for authorization

auth
	parameters: <options> <JID> 
	short description: authorization support
	
	<action> <JID> 
	
	  -a, --accept <JID>    authorize JID
	
	  -d, --deny <JID>      deny JID authorization
	
	  -r, --request <JID>   send autorization request
	
	  -c, --cancel <JID>    cancel authorization

away
	parameters: [description/-]
	short description: changes status to away
	
	If description wasn't given, random description will be looked for.
	Giving ,,%T-%n'' instead of description will clear description.

back
	parameters: [description/-]
	short description: changes status to available
	
	If description wasn't given, random description will be looked for.
	Giving ,,%T-%n'' instead of description will clear description.

change
	parameters:  <options>
	short description: changes data in vcard
	
	  -f, --fullname <full name>
	
	  -n, --nick <nickname>
	
	  -b, --born <birth date>	(ISO 8601-formatted, e.g. yyyy-mm-dd)
	
	  -c, --city <city>
	
	  -d, --description <description>
	
	  -C, --country <country>
	
	  -p, --photo <photo path>
	
	If any of these parameteres is not given, it's value will be cleared on
	vCard. Giving ,,%T-%n'' will clear %Tall%n fields.

chat
	parameters: 
	short description: sends chat message

connect
	parameters: 
	short description: connects with server

del
	parameters: [name]
	short description: removes user from roster

disconnect
	parameters:  [description/-]
	short description: rozcza si od serwera
	
	If description wasn't given, random description will be looked for.
	Giving ,,%T-%n'' instead of description will clear description.

dnd
	parameters: [description/-]
	short description: changes status to ,,do not disturb''
	
	If description wasn't given, random description will be looked for.
	Giving ,,%T-%n'' instead of description will clear description.

ffc
	parameters: [description/-]
	short description: changes status to ,,free for chat''
	
	If description wasn't given, random description will be looked for.
	Giving ,,%T-%n'' instead of description will clear description.

invisible
	parameters: [description/-]
	short description: changes status to invisible
	
	If description wasn't given, random description will be looked for.
	Giving ,,%T-%n'' instead of description will clear description.

lastseen
	parameters: 
	short description: retrieves information on last logout time for given jid

msg
	parameters: 
	short description: sends message
	
	All receivers are marked by *. Preceding multiline message with string
	set in subject_prefix variable will make this line subject of this
	message.

modify
	parameters:  <alias> <options>
	short description: changes roster entries
	
	Possible options:
	
	-n, --nickname <nickname>     contact nickname

passwd
	parameters: 
	short description: changes password

reconnect
	parameters: 
	short description: disconnects and connects again

reply
	parameters: #id ...
	short description: replies on given conversation
	
	Replies with given message to conversation connected with given
	Reply-ID. Message can contain subject like in msg, but if not
	specified, old one (prefixed by subject_reply_prefix) will be used.

tmsg
	parameters: uid/nickname thread-id ...
	short description: sends message with thread
	
	Like msg, but additional, second arg specifies thread-ID to use.

userinfo
	parameters: 
	short description: retrieves Jabber Directory info about given jid

userlist
	parameters: <arg>
	short description: userlist import/export (JRU-like)
	
	Depending on arg:
	
	-c, --clear			clears current userlist (equal to 'del *')
	
	-g, --get [filename]		imports userlist from file
	
	-p, --put [filename]		exports userlist to file
	
	-G, --replace [filename]	clear userlist & import new from file
	
	Userlist export file format is same as with JRU
	(http://jru.jabberstudio.org).

ver
	parameters: 
	short description: retrieves information about OS and client of given jid

xa
	parameters: [description/-]
	short description: changes to status ,,extended away''
	
	If description wasn't given, random description will be looked for.
	Giving ,,%T-%n'' instead of description will clear description.

xml
	parameters: 
	short description: sends xml stream
	
	Command must be UTF-8 encoded, all XML special characters have to be
	changed to XML entities (< > &).

// $Id: commands-en.txt 3669 2008-01-20 08:53:36Z peres $
