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

Dependencies (2)

Dev Dependencies (6)

Package Sidebar

Install

npm i sockethub-platform-xmpp

Weekly Downloads

1

Version

4.1.0

License

LGPL-3.0+

Unpacked Size

839 kB

Total Files

13

Last publish

Collaborators

  • silverbucket