0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 23 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
introduce helper function Strophe.xmlGenerator() More... over 13 years ago
generate xml doc fragment, not html doc fragment when generating our xhtml More... over 13 years ago
fix css style parsing in chat messages for IE - ie 'style' attribute returns an object, not a string More... over 13 years ago
Updating function doc from jsdoc to natural-doc. More... over 13 years ago
Merge branch 'master' of git://github.com/metajack/strophejs More... over 13 years ago
make the html generation more robust, create html that is valid XHTML-IM and filter out html that should not be present. More... over 13 years ago
generate brand new HTML from doc innertext (cannot rely on innerTEXT alone, since the results differ between browsers; plus, this helps with filtering out unwanted elements) More... over 13 years ago
Merge branch 'master' of https://github.com/vog/strophejs More... over 13 years ago
Merge branch 'master' of https://github.com/francois2metz/strophejs More... over 13 years ago
Merge branch 'master' of https://github.com/twonds/strophejs More... over 13 years ago
Added some comments to benlangfelds disconnect fix. More... over 13 years ago
- use browser to pre-process the html message using innerHTML to transform any malformed html (missing/incomplete/nested tags, etc) (feeding malformed html into xmlHtmlNode just makes it explode) More... over 13 years ago
- fix for webkit DOM handling on html message build; must importNode from doc rather than appending it directly - fix to send plaintext message alone if we failed to build html message More... over 13 years ago
IE html message generation - create html as an xml node and move children into message node More... over 13 years ago
Don't pass stanzas through the handler chain during a disconnect with multiple open connections More... over 13 years ago
Don't treat response to disconnect as an error when there are multiple requests still open More... over 13 years ago
send rich html messages alongside plaintext messages More... over 13 years ago
* Updating IE XMLDOM to newest version for new Windows+IE8 updatesy More... over 13 years ago
portability fix for Strophe.Builder.prototype.cnode() More... over 13 years ago
fix for http://code.stanziq.com/strophe/ticket/83 More... over 13 years ago
added plugins doc when generation doc More... almost 14 years ago
store stream:features for future usage (namely roster versionning) More... almost 14 years ago
improved listing plugins in Makefile More... almost 14 years ago
jslint fixes More... almost 14 years ago
remove tabs More... almost 14 years ago
escape nick More... almost 14 years ago
test all x elements for muc namespace More... almost 14 years ago
Skip over calling Strophe.Connection object's .xmlInput, .rawInput, .xmlOutput and .rawOutput methods if the user haven't overridden them. Skipping over .rawInput also avoids the costly XML serialization. More... almost 14 years ago
created a muc plugin More... almost 14 years ago
IE fails to compare a dom element to a string with ==. Switched to ===. See http://code.stanziq.com/strophe/ticket/82 More... about 14 years ago