Ram Krishnan
Ram Krishnan
Adds support for XMPP Carbons feature.
This PR fixes an issue in `jabber-parse-time` where a timestamp string with higher resolution fractional second part causes timezone parsing to fail. Fixes #25
Multiple arity support for the `defn` and `fn` forms could be implemented by conditionally dispatching on the Javascript Function.length property.
Since macro expanders are kept in a single global ref, macros with the same name in different clojurejs scripts will overwrite one another, which is bad. Since, macro definitions need...
@agpchil Could you confirm if this change works in your environment?