Skip to content

AliceReceptionist/xmpp.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMPP.js

A simple xmpp client for JavaScript.

NOTE:

currently under development and API may change a few times.

Installing

Using

Developing

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Questioning

Why another XMPP client?

There are many different XMPP clients out there. Some of them are pretty great, and some of them not-so great (anymore). The goal for this one is to stay as small as possible. Don't make any assumptions on the interface that will be used (i.e. no including stylesheets). The XMPP standard uses add-ons called XEP. There are a ton of them that we have no use for. If you need additional features, here are some other libraries you can check out.

About

A really simple XMPP client for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published