comparison libfaim/README.gaim @ 1201:90bb83cafb9e

[gaim-migrate @ 1211] buddy chat changes (courtesy jadrock) and oscar updates committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 05 Dec 2000 00:18:19 +0000
parents 1d8f05ea6bdf
children 4c5c2fcb83cd
comparison
equal deleted inserted replaced
1200:c484e99d3754 1201:90bb83cafb9e
41 Setting your info 41 Setting your info
42 Getting users' info 42 Getting users' info
43 Getting users' away messages 43 Getting users' away messages
44 Setting your dir info 44 Setting your dir info
45 Warning users/getting warned 45 Warning users/getting warned
46 Telling the server who's on your permit/deny lists
46 Chat: 47 Chat:
47 - joining rooms 48 - joining rooms
48 - leaving rooms 49 - leaving rooms
49 - talking 50 - talking
50 - inviting someone 51 - inviting someone
52 - creating rooms (needed to join empty rooms) 53 - creating rooms (needed to join empty rooms)
53 - refreshing the chatlist in the preferences dialog 54 - refreshing the chatlist in the preferences dialog
54 55
55 CURRENTLY UNSUPPORTED FEATURES 56 CURRENTLY UNSUPPORTED FEATURES
56 ============================== 57 ==============================
57 Telling the server who's on your permit/deny lists
58 Chat: 58 Chat:
59 - whispering (this will never happen) 59 - whispering (this will never happen)
60 Getting dir info 60 Getting dir info
61 Changing your password 61 Changing your password
62 File Transfer (Get/Send) 62 File Transfer (Get/Send)
66 66
67 KNOWN ISSUES 67 KNOWN ISSUES
68 ============ 68 ============
69 - Oscar doesn't do whispering in chat rooms any more (and hasn't for quite a 69 - Oscar doesn't do whispering in chat rooms any more (and hasn't for quite a
70 while, evidently). So if you want to "whisper" to someone, just IM them. 70 while, evidently). So if you want to "whisper" to someone, just IM them.
71
72 - The permit/deny list stuff is really warped. I've commented it out; the code
73 in libfaim is untested and it's causing way too many problems.
74 71
75 - Gaim/TOC can do some RVOUS actions, and Gaim/Faim can do others. This is not 72 - Gaim/TOC can do some RVOUS actions, and Gaim/Faim can do others. This is not
76 because there is any difference in the protocols as far as the actual transfer 73 because there is any difference in the protocols as far as the actual transfer
77 is concerned. The only difference is what has been implemented and what hasn't 74 is concerned. The only difference is what has been implemented and what hasn't
78 been. 75 been.