No description
Find a file
DanielMowitz b7a1ff139e
Merge pull request #1 from DanielMowitz/dev
Webfinger detection added.
2019-09-27 15:53:55 +02:00
config.json Webfinger detection now works and incoming Activities are saved to the ssb log. 2019-09-24 15:08:03 +02:00
index.js Webfinger detection now works and incoming Activities are saved to the ssb log. 2019-09-24 15:08:03 +02:00
package.json Webfinger detection now works and incoming Activities are saved to the ssb log. 2019-09-24 15:08:03 +02:00
README.md Edited readme, moved some files and worked a bit on display names. 2019-09-27 15:49:31 +02:00
server.js Update server.js 2019-09-27 15:52:25 +02:00
ssb_bridge.js Edited readme, moved some files and worked a bit on display names. 2019-09-27 15:49:31 +02:00

ssb_ap_bridge

A Javscript module to implement ActivityPub compatibility to ssb

Feel free to open a PR or issue!

What currently works:

  • Webfinger detection of known ssb users
  • logging AP messages in ssb

What still needs work:

  • Converting messages between the services
  • encryption of converted messages