Code refactoring:

Cleaning some backend code, for a better readability.
This commit is contained in:
John Livingston
2023-08-01 18:42:24 +02:00
parent d33795f7a1
commit f7a32e95d4
3 changed files with 369 additions and 212 deletions

View File

@ -6,6 +6,7 @@ interface InitConverseJSParams {
remoteAnonymousJID: string | null
remoteAnonymousXMPPServer: boolean
remoteAuthenticatedXMPPServer: boolean
staticBaseUrl: string
assetsPath: string
room: string
localBoshServiceUrl: string | null