You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Various fix in minor bugs
Refact code from server init + StreamHandler
Fix bad transport update on TLS Worker
Created new Parameter class. Now, the Server class only takes one argument, the parameter class, decoupling the configuration of the server, and allowing to load from a JSON, as well as dump/load to/from pickle files.
Fix bound between host and port. E. g., the "test@localhost" and "testing@127.0.0.1" now can send and receive message stanzas between them.