forked from lavina/lavina
1.2 KiB
1.2 KiB
XMPP Implementation
Storage
XEP-0049 Private XML Storage will not be supported, as it provides an ability to store an arbitrary XML which cannot be reused by other projections. XEP-0048 Bookmarks also will not be supported, as it relies on storage. Instead, potentially XEP-0402 PEP Native Bookmarks will be implemented.
IQ namespace to be ignored is jabber:iq:private
.
Blocklists
XEP-0016 will not be supported, as it's deprecated in favor of XEP-0191, which potentially will be implemented.
IQ namespace to be ignored is jabber:iq:privacy
.
Chat history
XEP-0313 Message Archive Management will be supported. Its implementation shall use the same storage backend as chat history features in other projections.