summaryrefslogtreecommitdiff
path: root/test/js
Commit message (Expand)AuthorAgeFilesLines
* feat(websockets_hello): add preferred auth methodsv0.0.2Clombrong2025-06-251-1/+1
* fix(websockets_hello): stop picking up authenticate's features streamClombrong2025-06-251-7/+6
* fix(websockets_hello): "handle" exceptions via print_endlineClombrong2025-06-241-1/+9
* fix(test): prefix env vars with FLESH_Clombrong2025-06-191-2/+2
* fix(test): use open! in test instead of openClombrong2025-06-191-4/+4
* feat(stream): wrap Lwt_stream.get to support ClosedStream exceptionClombrong2025-06-171-1/+1
* feat(sasl): use new auth_config record for authenticationClombrong2025-06-171-15/+11
* feat(websockets_hello): close stream after mainClombrong2025-06-171-3/+3
* feat(sasl): replace full jid with node part in SASL authClombrong2025-06-131-5/+11
* feat: move auth to saslClombrong2025-06-111-2/+2
* fix(tests): use environment variables for testing accountClombrong2025-06-111-4/+6
* feat(auth): add MalformedRequest SASL errorClombrong2025-06-111-1/+2
* feat(auth): parse auth response and return appropriate resultClombrong2025-06-111-1/+4
* feat(test): catch lwt exceptionsClombrong2025-06-111-7/+10
* feat(auth): use streams directly for send_auth_stanzaClombrong2025-06-101-3/+2
* test(auth): add send_auth_stanza to testsClombrong2025-06-101-3/+7
* feat!(stream): stream handles automatic handshakeClombrong2025-05-311-4/+4
* feat!: new module StreamClombrong2025-05-302-9/+7
* test(js): move portal tests to global testsClombrong2025-05-305-0/+69
* fix: rearrange all portals under common portal/ folderClombrong2025-04-245-76/+0
* fix: custom lwt runner for js testsClombrong2025-04-241-11/+26
* fix: make npm deps great againClombrong2025-04-241-0/+2
* feat: add ws endpoint detection functionClombrong2025-04-231-4/+4
* feat: add custom rule to install npm polyfills for node testingClombrong2025-04-234-1/+35
* feat: new module flesh_websockets.Clombrong2025-04-222-0/+25