Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tong/hxmpp
Haxe XMPP library
https://github.com/tong/hxmpp
haxe im jabber presence xmpp
Last synced: 2 days ago
JSON representation
Haxe XMPP library
- Host: GitHub
- URL: https://github.com/tong/hxmpp
- Owner: tong
- Created: 2010-08-26T20:42:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T10:18:27.000Z (4 months ago)
- Last Synced: 2024-12-25T01:11:25.277Z (9 days ago)
- Topics: haxe, im, jabber, presence, xmpp
- Language: Haxe
- Homepage:
- Size: 8.1 MB
- Stars: 65
- Watchers: 15
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HXMPP
=====
> [Haxe](https://haxe.org/) [XMPP](https://xmpp.org/) libraryThe Extensible Messaging and Presence Protocol is an open technology for real-time communication, which powers a wide range of applications including instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data.
The XMPP protocols are free, open, public, and easily understandable.* [RFC3920](https://tools.ietf.org/html/rfc3920) XMPP Core
* [RFC3921](https://tools.ietf.org/html/rfc3921) XMPP Instant Messaging and Presence
* [RFC5122](https://tools.ietf.org/html/rfc5122) Internationalized Resource Identifiers (IRIs) and Uniform Resource Identifiers (URIs) for XMPP.
* [RFC7395](https://datatracker.ietf.org/doc/rfc7395/) Subprotocol for WebSocket## Install
```sh
haxelib install hxmpp
# or
haxelib git https://github.com/tong/hxmpp
```[![test](https://github.com/tong/hxmpp/actions/workflows/test.yml/badge.svg)](https://github.com/tong/hxmpp/actions/workflows/test.yml) [![haxelib](https://img.shields.io/github/v/tag/tong/hxmpp.svg?colorA=F68712&colorB=141419&label=haxelib&style=flat-square)](http://lib.haxe.org/p/hxmpp/)