Skip to content

sesam/prosody-webclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Based on clippings from http://prosody.im/chat

The idea of the project was to make a library to easily connect to XMPP chatrooms from any web page. You just pass it elements to serve as the message log, input box, user list, etc.

Specific files

index.html -Just a sample frontend. Try it on for size, then redo it all in your own style :)

muc_ui.js - Here the user /may/ want to customise in order to add Javascript code unique to a particular interface (they could use jQuery there for example). There's little or no XMPP stuff in this file.

muc_handler.js - is where all the XMPP stuff hides, and is the core part of the project that the end user shouldn't need to edit.

About

A minimalistic javascript client to Prosody, the XMPP chat server in lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published