Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement OpenPGP for XMPP #61

Open
3 tasks
daniele-athome opened this issue Jan 26, 2016 · 0 comments
Open
3 tasks

Implement OpenPGP for XMPP #61

daniele-athome opened this issue Jan 26, 2016 · 0 comments
Milestone

Comments

@daniele-athome
Copy link
Member

daniele-athome commented Jan 26, 2016

OX: http://xmpp.org/extensions/xep-0373.html
OX-IM: http://xmpp.org/extensions/xep-0374.html

Steps needed:

  • activate pubsub
  • activate PEP with subscription-only model
  • subscription preapproval must be implemented for this to work (PEP node with public key must be visible)

By using Tigase PEP implementation, public keys would be saved into the RDBMS, but we don't actually want that - it's too slow.

  • Use the database as a backup?
  • Write a custom PEP extension to save/retrieve keys from the Kyoto Cabinet
@daniele-athome daniele-athome added this to the 1.0-beta1 milestone Jan 26, 2016
@daniele-athome daniele-athome modified the milestones: 1.0-beta1, 1.0-beta2 Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant