Skip to content

Rewrite Network Code

Philipp Hörist requested to merge lovetox/python-nbxmpp:master into master

This MR rewrites most of the network code

  • Use GLib SocketClient instead of python sockets
  • Replace BOSH with Websocket
  • Rewrite of the TCP code
  • Add Example Client
  • Rewrite Client Class

Merge request reports