* no more icq!
authorArt Cancro <ajc@citadel.org>
Mon, 28 Aug 2000 19:57:14 +0000 (19:57 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 28 Aug 2000 19:57:14 +0000 (19:57 +0000)
citadel/techdoc/session.txt

index abe1d0ef1488d036f1b779affcc82303790207ef..ee9e59c9d5a7183876e5385c407b844708cf01b3 100644 (file)
@@ -1750,48 +1750,7 @@ execute a random GEXP every now and then.  Or, it can check the byte in
 server return code messages, between the return code and the parameters.  In
 much the same way as FTP uses "-" to signify a continuation, Citadel uses
 an "*" in this position to signify the presence of waiting express messages.
   
- CICQ   (Citadel ICQ metaclient setup)
- ** WARNING **
- This command is most likely a temporary one.  Citadel will eventually have
-more robust functionality for abstract configuration screens, and when that
-happens, this command will certainly be migrated there.  If you're developing
-a client, don't spend a lot of time working on ICQ screens.
- If a Citadel server has the ICQ Metaclient installed, this command is used
-to configure it.  It has several usages:
- CICQ login|uin|pass
-  This tells Citadel the user's ICQ uin (second argument) and password (third
-argument).  When called in this fashion, CICQ will return either OK or ERROR.
-It should be noted, however, that the only way an ERROR code can be returned
-is if the uin and/or password is not supplied.  Authentication failures cannot
-be immediately detected, because the ICQ protocol is asynchronous.
- CICQ getcl
- Request the current contact list.  If successful, CICQ will return
-LISTING_FOLLOWS followed by zero or more contacts in the format 
-   
-   uin|nickname|status
- CICQ putcl
- Upload a new contact list.  If successful, CICQ will return SEND_LISTING
-after which the client should transmit zero or more uin's, one per line.  The
-server will then attempt to contact the ICQ server to determine nicknames
-and statuses.
- CICQ status
- Always returns OK followed by a 1 (connected to ICQ) or 0 (not connected).
-   
   
  FSCK   (check message base reference counts)