Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyokato/as3xmppclient
ActionScript 3.0 XMPP client library
https://github.com/lyokato/as3xmppclient
Last synced: 3 months ago
JSON representation
ActionScript 3.0 XMPP client library
- Host: GitHub
- URL: https://github.com/lyokato/as3xmppclient
- Owner: lyokato
- Created: 2010-03-06T13:27:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-27T05:27:16.000Z (over 14 years ago)
- Last Synced: 2024-05-03T05:14:18.819Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 7.91 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - as3xmppclient - AS3 XMPP client library (Networking / Protocols)
README
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 AvatarsXEP-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