Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gargron/xmpp-web
A modern XMPP client for the web
https://github.com/gargron/xmpp-web
Last synced: 14 days ago
JSON representation
A modern XMPP client for the web
- Host: GitHub
- URL: https://github.com/gargron/xmpp-web
- Owner: Gargron
- License: mit
- Created: 2015-09-07T14:30:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T11:12:52.000Z (about 9 years ago)
- Last Synced: 2024-10-04T11:54:04.967Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://zeonfed.org
- Size: 1.3 MB
- Stars: 66
- Watchers: 9
- Forks: 17
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XMPP Web
[![Flattr this!](https://button.flattr.com/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=Gargron&url=https%3A%2F%2Fgithub.com%2FGargron%2Fxmpp-web)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Gargron/xmpp-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)The client is live on .
## Usage
npm install
npm startFor generating static assets for production:
npm run build
## Implemented XEPs
- XEP-0054: vCards
- XEP-0153: vCard-based Avatars
- XEP-0085: Chat State Notifications
- XEP-0280: Message Carbons
- XEP-0092: Software Version
- XEP-0012: Last Activity
- XEP-0333: Chat Markers
- XEP-0184: Message Delivery Receipts## Road map
- Track recently used stickers
- Manage sticker inventory subscriptions/trust, send along inventory URL
- Stickers "shop" dialog for managing inventories, choosing popout selection
- XEP-0077: Changing password
- XEP-0045: Multi-User Chat## Nice to haves but probably far off
- XEP-0313: Message Archive Management
- OMEMO support## Stickers XEP
This implementation has a chat stickers feature. For discussion/spec, refer to [Issue #3](https://github.com/Gargron/xmpp-web/issues/3)