Clarification whether XmppSession is thread safe.

Issue #11 closed
Markus KARG created an issue

There should be a clarification in the XmppSession's JavaDocs whether it is safe to use one XmppSession instance from multiple threads at the same time or must be serialized explicitly, and it should be told whether all access has to be done using always the same thread (like in Swing or JavaFX). Only the implementor of the Babble framework can know this, but it is essential for the application programmer when using Babbler in a multi-threaded application.

Comments (3)

  1. Log in to comment