GithubHelp home page GithubHelp logo

hello_xmpp's Introduction

Hi everyone. This is my first shot at creating an xmpp client. This might be useful for newbies who wants to get their feet wet in the world of xmpp..

Some thing about the script:

The script uses the followin libraries
* jquery
* jquery-ui
* flXHR
* Strophe
* Strophe.flXHR

To run the script, just clone the repo and run xmpp server(ejabbered, openfire, .. or any other server mentioned in http://xmpp.org/xmpp-software/servers/) with BOSH(Bidirectional stream Over Synchronous HTTP) module listening at port 5280 and serve hello.html using a HTTP server
(or)
change the server location in script/hello.js to any public xmpp server and run the script.

Note: Although flXHR allows you to do cross-domain requests with no server setup, it doesn't allow you to run applications from file:// URLs that make requests to http:// URLs. This means you will need to use a web server to serve hello.html over HTTP. And the most important thing.. your login name will be something like <login_name>@<server_name> For Eg: admin@localhost

hello_xmpp's People

Contributors

nobelium avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.