5.0.0-alpha.3 • Published 2 years ago

@sockethub/platform-xmpp v5.0.0-alpha.3

Weekly downloads
-
License
LGPL-3.0+
Repository
github
Last release
2 years ago

@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