Skip to content

vigneshjayavel/xmpp-web-client-jetty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xmpp-web-client-jetty

Sample xmpp web client implemented with Java-jetty.

Sample screen shot #Usage#

  1. Run Main class.
  2. Open web browser and connect to "http://localhost:8040".

#To-Do#

  • Connection gets disconnected after it remains idle for 5 minutes.
  • Port number should be configured in a single property file. (Now configuration into js file is also needed.)
  • Support SSL.
  • Update the roster list after entries are updated.
  • Update the roster list after entries are deleted.
  • Improve design.

#License#

You may use the project under the terms of the MIT License

#Note

You have to set the subscription modes for the users in OpenFire admin console for getting the presence status.

About

Sample xmpp web client implemented with Java-Jetty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.0%
  • JavaScript 25.3%
  • CSS 3.7%