Skip to content

Rename connection methods

Melvin Keskin requested to merge melvo/kaidan:refactor/login-logout into master
  • 'mainConnect()' -> 'logIn()'
  • 'mainDisconnect()' -> 'logOut()'
  • 'connectRequested()' -> 'logInRequested()'
  • 'disconnectRequested()' -> 'logOutRequested()'

This is done to have a clear separation between connecting without authentication which is needed for registration and logging in.

Edited by Melvin Keskin

Merge request reports