diff libfaim/README.gaim @ 247:f6e8ea29b24f

[gaim-migrate @ 257] OSCAR: getting a user's info now displays in the dialog window as opposed to the debug window you can add people to your permit/deny list (but be warned - you will get a lot of noise if you do) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 20 May 2000 23:00:20 +0000
parents 6ced2f1c8b24
children cfc73b8501a7
line wrap: on
line diff
--- a/libfaim/README.gaim	Sat May 20 21:01:59 2000 +0000
+++ b/libfaim/README.gaim	Sat May 20 23:00:20 2000 +0000
@@ -17,6 +17,28 @@
 I make into a file, but so far, I haven't made any changes other than moving the
 .h files down a directory.
 
+CURRENTLY SUPPORTED FEATURES
+============================
+Signing on
+Sending IMs
+Receiving IMs
+Being away/coming back
+Being idle
+Setting your info
+Getting other users' info
+Telling the server who's on your permit/deny lists (buggy)
+
+CURRENTLY UNSUPPORTED FEATURES
+==============================
+Warning users (libfaim's problem)
+Chat (gaim's problem)
+Getting users' away messages (libfaim's problem? doesn't work with TOC either)
+Getting/setting dir info (libfaim's problem?)
+Changing your password (gaim's problem?)
+File transfer/IM images/voice chat/etc. (gaim's problem?)
+
+(If I assigned problems incorrectly, sorry.)
+
 HOW TO HELP
 ===========
 So here's what you can do in order to help gaim use libfaim. There are basically
@@ -60,7 +82,7 @@
 3) Edit oscar.c to implement the new function
 
 Most of the functions you're going to need to call use a session and connection
-structure. These are kept statically in oscar.c as gaim_sess and gaim_conn. For
+structure. These are kept (globally) in oscar.c as gaim_sess and gaim_conn. For
 example, from above:
 
 void oscar_send_im(char *name, char *msg, int away) {