Jonas Schäfer
Jonas Schäfer
This is supported by LMDB if the MDB_NOTLS flag is set on the environment, which it always is with lmdb-safe.
Currently, lmdb-safe strictly forbids concurrently using a reader and a writer in the same thread: https://github.com/ahupowerdns/lmdb-safe/blob/c0cc016f3a8caf401530dd50322aff3ed096b956/lmdb-safe.cc#L157-L158 However, from my reading of the documentation, this is fine to do with LMDB,...
A random idea of mine: Add support for using a [XEP-0114 Component](https://xmpp.org/extensions/xep-0114.html) directly. The idea is to have the component connect to an aioxmpp application. The server part of the...
Despite being unsafe with a naive implementation, I’d like to have one to be able to play around with it. I would like to benchmark the different strategies to make...
This depends on https://github.com/xsf/xeps/pull/924.
I’m not quite sure how yet, since we don’t know the correct value of @from for matching on it at this point yet.
- [ ] Extend the use of ``async with`` things - [ ] Remove deprecated uses of ``send_iq_and_wait_for_reply``
The current JSON export is not flexible enough (who would have guessed that!). In the future, we will have to export e.g. MIX roster items. Lacking proper namespacing, JSON will...
- [ ] Create separate repository - [ ] Move XMPP-specific things out of model and types into aioxmpp itself Rationale is that XSO in itself is a very useful...
- [ ] Ensure all tests are green - [ ] Add an end-to-end test, against prosody probably - [ ] Remove commit which drops all non-OSX tests (it’s there...