comparison doc/FAQ @ 10927:4d87f2dccb6d

[gaim-migrate @ 12703] And on HEAD too committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Wed, 18 May 2005 04:48:51 +0000
parents 364a2ef907ae
children 97169e766d9c
comparison
equal deleted inserted replaced
10926:79f0562b8442 10927:4d87f2dccb6d
78 6.7. Can I send SMS messages? 78 6.7. Can I send SMS messages?
79 6.8. Can I add SMS numbers to my buddy list? 79 6.8. Can I add SMS numbers to my buddy list?
80 6.9. I heard AOL is combining ICQ and AIM, does that mean I can send 80 6.9. I heard AOL is combining ICQ and AIM, does that mean I can send
81 a message from an AIM account to an ICQ account and vice-versa? 81 a message from an AIM account to an ICQ account and vice-versa?
82 6.10. Why can't I connect via either Oscar or TOC? 82 6.10. Why can't I connect via either Oscar or TOC?
83 English is not my native language, and some of my friends have 83 6.11. English is not my native language, and some of my friends have
84 6.11. trouble seeing my IMs/I have trouble seeing my friends' IMs. How 84 trouble seeing my IMs/I have trouble seeing my friends' IMs. How
85 do I use a native language character set with ICQ? 85 do I use a native language character set with ICQ?
86 6.12. Can I set myself invisible?
86 87
87 7. IRC Protocol 88 7. IRC Protocol
88 89
89 7.1. How do I join a channel with the IRC plugin? 90 7.1. How do I join a channel with the IRC plugin?
90 7.2. Is there a way to make Gaim automatically identify me and/or join 91 7.2. Is there a way to make Gaim automatically identify me and/or join
91 IRC chats on login? 92 IRC chats on login?
93 7.3. Is it possible to change the user name that appears in
94 username@hostname?
95 7.4. How can I set/change my real name?
92 96
93 8. Jabber Protocol 97 8. Jabber Protocol
94 98
95 8.1. How do I choose which Jabber server to use? 99 8.1. How do I choose which Jabber server to use?
96 8.2. How do I change my Jabber resource to be other than the default 100 8.2. How do I change my Jabber resource to be other than the default
796 native language character set with ICQ? 800 native language character set with ICQ?
797 801
798 Gaim 0.82 and higher allow you to specify a character encoding to use when 802 Gaim 0.82 and higher allow you to specify a character encoding to use when
799 conversing with ICQ users. Use the account editor to set this encoding. 803 conversing with ICQ users. Use the account editor to set this encoding.
800 804
805 6.12 Can I set myself invisible?
806
807 Yes. Go to Tools->Away->account->Invisible.
808
801 +------------------------------------------------------------------------------ 809 +------------------------------------------------------------------------------
802 | 7. IRC Protocol 810 | 7. IRC Protocol
803 +------------------------------------------------------------------------------ 811 +------------------------------------------------------------------------------
804 812
805 7.1 How do I join a channel with the IRC plugin? 813 7.1 How do I join a channel with the IRC plugin?
815 Yes. Add NickServ to your buddy list and place buddy pounces on him/her/it. 823 Yes. Add NickServ to your buddy list and place buddy pounces on him/her/it.
816 Do not include "/msg nickserv" as part of the message to send. 824 Do not include "/msg nickserv" as part of the message to send.
817 825
818 In version 0.64 or higher, you can add a chat to your buddy list, right click 826 In version 0.64 or higher, you can add a chat to your buddy list, right click
819 it, and tell Gaim to auto-join it. 827 it, and tell Gaim to auto-join it.
828
829 7.3 Is it possible to change the user name that appears in username@hostname?
830
831 Yes. Go to Tools->Accounts. Select your IRC account and click Modify. Expand
832 the Show more options section. Enter a name in the Username field.
833
834 7.4 How can I set/change my real name?
835
836 Go to Tools->Accounts. Select your IRC account and click modify. Expand the
837 Show more options section. Enter a name in the Real name field.
820 838
821 +------------------------------------------------------------------------------ 839 +------------------------------------------------------------------------------
822 | 8. Jabber Protocol 840 | 8. Jabber Protocol
823 +------------------------------------------------------------------------------ 841 +------------------------------------------------------------------------------
824 842
945 To get a non-US room list, you'll need to change the Chat Room List Url in 963 To get a non-US room list, you'll need to change the Chat Room List Url in
946 the account editor, under "Show more options". By default this field contains 964 the account editor, under "Show more options". By default this field contains
947 "http://insider.msg.yahoo.com/ycontent/". You can add a country code prefix 965 "http://insider.msg.yahoo.com/ycontent/". You can add a country code prefix
948 to the url to fetch the list for another country. For example, for the German 966 to the url to fetch the list for another country. For example, for the German
949 list, you would use "http://de.insider.msg.yahoo.com/ycontent/". 967 list, you would use "http://de.insider.msg.yahoo.com/ycontent/".
968
969 This has recently stopped working, we are investigating alternatives.
950 970
951 The list of known country codes for this url is: 971 The list of known country codes for this url is:
952 972
953 • aa => Asia 973 • aa => Asia
954 • ar => Argentina 974 • ar => Argentina
1223 1243
1224 The plugin and perl script API has changed several times, which means plugins 1244 The plugin and perl script API has changed several times, which means plugins
1225 and perl scripts must be modified in order to work. The plugin or perl script 1245 and perl scripts must be modified in order to work. The plugin or perl script
1226 must be located in $prefix/lib/gaim/ or in ~/.gaim/plugins/, and must 1246 must be located in $prefix/lib/gaim/ or in ~/.gaim/plugins/, and must
1227 implement the new API, as documented by the make docs command from the root 1247 implement the new API, as documented by the make docs command from the root
1228 of the Gaim source code tree. This will generated html documentation in the 1248 of the Gaim source code tree. This will generate html documentation in the
1229 doc/html directory. Also note that plugins and perl scripts are now 1249 doc/html directory. Also note that plugins and perl scripts are now
1230 controlled from preferences. 1250 controlled from preferences.
1231 1251
1232 15.4 Where can I find documentation on writing plugins and Perl scripts? 1252 15.4 Where can I find documentation on writing plugins and Perl scripts?
1233 1253
1299 everyone who has submitted patches. ;-) 1319 everyone who has submitted patches. ;-)
1300 1320
1301 17.4 Does Gaim support secure instant messaging (encrypted IMs)? 1321 17.4 Does Gaim support secure instant messaging (encrypted IMs)?
1302 1322
1303 Short answer: Yes, use the SILC protocol. 1323 Short answer: Yes, use the SILC protocol.
1304 Long Answer(for other protocols): Not natively. Doing secure instant 1324 Long Answer (for other protocols): Not natively. Doing secure instant
1305 messaging right is a big deal and requires, among other things, an 1325 messaging right is a big deal and requires, among other things, an
1306 authentication scheme. Simply encrypting your data stream without verifying 1326 authentication scheme. Simply encrypting your data stream without verifying
1307 the party with whom you are chatting is not secure in any way; some other 1327 the party with whom you are chatting is not secure in any way; some other
1308 clients offer options like this, but we feel that such measures instill a 1328 clients offer options like this, but we feel that such measures instill a
1309 false sense of security that is more harmful than helpful. 1329 false sense of security that is more harmful than helpful.