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.
@type
)
Implemented Verbs (send request-friend remove-friend make-friend update join 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