-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
86 lines (59 loc) · 1.56 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
as3xmppclient
= License
MIT-License
= Dependencies
as3crypto(patched) [http://code.google.com/p/as3crypto/]
as3corelib [http://code.google.com/p/as3corelib/]
as3saxparser [http://github.com/lyokato/as3saxparser/]
as3saslclient [http://github.com/lyokato/as3saslclient/]
= as3crypto
as3crypto 1.3 has some bugs.
At r28(latest version of original svn-repository),
many of them are fixed, but there are another bugs around a new ASN1 parser.
so I copied some features from r28 to 1.3
version, and fixed them to be built without error.
= TODO
== Connection
disconnect on IOError/SecurityError?
== XEP
XEP-0012: Last Activity
XEP-0091: Legacy Delayed Delivery
XEP-0203: Delayed Delivery
XEP-0092: Software Version
XEP-0115: Entity Capabilities
XEP-0085: Chat State Notifications
XEP-0153: vCard-Based Avatars
XEP-0045: Multi-User Chat
XEP-0060: Publish-Subscribe
XEP-0071: XHTML-IM
XEP-0138: Stream Compression
XEP-0166: Jingle
== SASL Authentication
X-GOOGLE-TOKEN
X-FACEBOOK-PLATFORM
== PRESET CONFIG
=== Google Talk
account: [email protected]
password: mypassword
host: talk.google.com
port: 5222(5223?)
=== Facebook Chat
account: [email protected]
password: mypassword
host: chat.facebook.com
port: 5222
=== Livejournal(LJTalk)
account: [email protected]
password: mypassword
host: livejournal.com
port: 5222
=== xmpp.jp
account: [email protected]
password: mypassword
host: xmpp.jp
port: 5222
=== AOL(not working now)
account: [email protected]
password: mypassword
host: xmpp.oscar.aol.com
port: 5222