10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applied patch for request retry backoff from Matthew Eernisse <[email protected]>. More... over 16 years ago
Merged in source:/branches/builder-all-caps-25. Fixes #25. More... over 16 years ago
Aborted requests werent replaced with new requests correctly in Connection._processRequest(). More... over 16 years ago
Test commit for e-mail check. More... over 16 years ago
Test change to check commit e-mails. More... over 16 years ago
Update strophe.js licensing to MIT license. More... over 16 years ago
Add Strophe attach example with Django. More... over 16 years ago
Disconnect immediately on 40x errors, which are fatal. More... over 16 years ago
First pass at Strophe.Connection.attach(). More... over 16 years ago
Fixed Strophe.Connection.connect() to not strip the supplied resource. Fixes #22. More... over 16 years ago
Fix Strophe.getDomainFromJid and change a few thises into Strophes. More... over 16 years ago
Strophe.Connection.jid is now set properly when binding is done. Strophe.Connection.resource removed. Fixes #16: no way to discover jid. More... over 16 years ago
Add Array.prototype.indexOf() and make sure not to clobber any previous prototypes with our extensions. Fixes #18: Array.indexOf not implemented in IE. More... over 16 years ago
Replace for loop with forEachChild so that isMatch never gets called on non-elements. More... over 16 years ago
Fix #20. xmlns attribute set multiple times. More... over 16 years ago
Fixes case where escapeJid was prepending @ to a JID that had no node. This fixes #11. More... over 16 years ago
Reverting [535], which was an attempt to fix #11. More... over 16 years ago
Merging source:branches/strophejs-anonymous-fix #11 More... over 16 years ago
Revert accidental commit of basic.js More... almost 17 years ago
Fix mistaken variable from Chesspark ported patch. More... almost 17 years ago
Added echobot example. More... almost 17 years ago
Fix silly variable name clash. More... almost 17 years ago
Made disconnects graceful again. Fixed adding and removing handlers not to mess up handler iteration. Remove handlers used in auth when they are not needed. More... almost 17 years ago
Get rid of super verbose logging from basic example. More... almost 17 years ago
Remove comment that was left in. We do not send secure=true becuase this would require the connection be secure. The conneciton manager should still make it secure if it is possible. More... almost 17 years ago
Fix a number of small issues. Fixed BOSH create body to have the new attributes in version 1.6 of the spec. Added xmpp:restart support which was added with a newer version of the spec. Made the SASL DIGEST-MD5 handlers catch early <success/> and <failure/>, fixing issues with Tigase and Openfire. Also fixed a big bug where handlers could be added to the list while it was being iterated over. More... almost 17 years ago
Fix SASL ANONYMOUS test to be correct, and make _requestId work. More... almost 17 years ago
Remove division by 1000 which is already done in the timeDead() function. More... almost 17 years ago
Make blank resource let the server choose for consistency with libstrophe. Edited docs for this and SASL ANONYMOUS changed. More... almost 17 years ago
Added SASL ANONYMOUS support. More... almost 17 years ago