sockethub-platform-xmpp

4.1.0 • Public • Published

sockethub-platform-xmpp

A sockethub platform module implementing XMPP functionality.

Overview

Each sockethub platform uses JSON Activity Streams 2.0 which are recevied from and sent to clients, through the Sockethub service.

Implemented Verbs (@type)

completed send completed request-friend completed remove-friend completed make-friend completed update completed join completed observe

Example

{
  context: 'xmpp',
  '@type': 'request-friend',
  actor: {
    '@id': 'user@host.org/Home'
  },
  target: {
    '@id': 'homer@jabber.net/Home',
  }
}

API

API docs can be found here

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.1.07latest
5.0.0-alpha.20next

Version History

VersionDownloads (Last 7 Days)Published
5.0.0-alpha.20
5.0.0-alpha.10
5.0.0-alpha.00
4.1.07
4.0.01
3.2.41
3.2.20
3.2.2-alpha.00
3.2.10
3.2.1-alpha.10
3.2.1-alpha.00
3.2.00
3.1.00
2.1.00
2.0.00
1.5.00
1.4.00
1.3.00
1.1.50
1.1.40
1.1.30
1.1.21
1.1.10
1.1.00

Package Sidebar

Install

npm i sockethub-platform-xmpp

Weekly Downloads

10

Version

4.1.0

License

LGPL-3.0+

Unpacked Size

839 kB

Total Files

13

Last publish

Collaborators

  • silverbucket