Coder Social home page Coder Social logo

strophejs-bower's People

Contributors

flosse avatar gordin avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

strophejs-bower's Issues

use of options.sync missing in bosh.js to allow synchronous XMLHttpRequest

I'm sorry please consider this issue as no issue. I looked to sources of master branch of strophe (https://github.com/strophe/strophejs) instead of 1.1.0.
I hope that version with options.sync supported will be released soon for bower.


missing options.sync (was present in ver. 1.1.0)

bosh.js

_processRequest: function (i)
{
...
// ver 1.1.0:
req.xhr.open("POST", this._conn.service, this._conn.options.sync ? false : true);
// ver 1.1.1:
req.xhr.open("POST", this._conn.service, true);
...

since options.sync is now missing it is no longer possible to address the issue with XHR called from window.onunload (we have to call synchronous XHR).

v1.1.3 tag

Could you please mark the latest commit in master with the v1.1.3 tag? It will make installation via bower a bit easier (you will not be required to specify SHA hash, "Strophe.js": "strophe/strophejs-bower#1.1.3" will be enough).

Also a few more suggestions:

  • How about changing name in bower.json to be strophe or strophejs? This will make things more consistent. strophe was used in the original repository for example.
  • Do you know who did register the strophe shortcut in bower registry? I think shortcut should be pointed now to this repo instead. But this requires unregistering at first, see: http://bower.io/#registering-packages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.