anotherim/src/main/java/eu/siacs/conversations/generator
Andreas Straub 3815d4efa3 Fetch bundles on-demand, encrypt in background
Bundles are now fetched on demand when a session needs to be
established. This should lessen the chance of changes to the bundles
occuring before they're used, as well as lessen the load of fetching
bundles.

Also, the message encryption is now done in a background thread, as this
can be somewhat costly if many sessions are present. This is probably
not going to be an issue in real use, but it's good practice anyway.
2015-07-19 21:32:26 +02:00
..
AbstractGenerator.java Added PEP and message protocol layers 2015-07-19 21:32:26 +02:00
IqGenerator.java Migrate to new PEP layout 2015-07-19 21:32:26 +02:00
MessageGenerator.java Fetch bundles on-demand, encrypt in background 2015-07-19 21:32:26 +02:00
PresenceGenerator.java Fix typos in URL to the project 2015-05-03 20:53:27 +03:00