Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 800 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 800 Bytes

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.