baiwyc119 / lxmppd

Automatically exported from code.google.com/p/lxmppd
0 stars 0 forks source link

[mod_pep] Permanent data storage #485

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some applications rely on permanent storage of PEP data, i.e. XEP-0223 for 
bookmarks.

Prosody only stores PEP data in memory, and it is lost whenever the server is 
restarted. Keeping bookmarks (and maybe other client-generated state) across 
restarts would be desirable.

Original issue reported on code.google.com by aprsdr...@googlemail.com on 31 Mar 2015 at 8:18

GoogleCodeExporter commented 9 years ago
Yes, we're working on this.

Meanwhile though, clients shouldn't be using it as permanent storage unless the 
server advertises:

 <feature var='http://jabber.org/protocol/pubsub#persistent-items'/>

Original comment by MWild1 on 31 Mar 2015 at 8:22