index
:
clombrong/flesh.git
markup-rework
master
merged-socket-tcp
XMPP flesh interface for OCaml
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat(session): use state management in connection handling
Clombrong
9 days
1
-8
/
+10
|
*
test(hello): try state management for connection
Clombrong
12 days
1
-1
/
+8
|
*
feat(session): move connect from flesh to session
Clombrong
12 days
1
-0
/
+1
|
*
feat(sasl): use Jid.t as the jid type
Clombrong
2025-07-26
1
-21
/
+13
|
*
test(hello): add testing for the Jid
Clombrong
2025-07-26
1
-1
/
+9
|
*
style(starttls): rename prefer_starttls to prefer
Clombrong
2025-06-29
1
-1
/
+1
|
*
feat(flesh): merge negotiate and initiate into connect function
Clombrong
2025-06-29
1
-1
/
+1
|
*
feat(stream): adapt to stream config type
Clombrong
2025-06-29
1
-5
/
+9
|
*
style(sasl): rename auth_config to config
Clombrong
2025-06-29
1
-1
/
+1
|
*
test(hello): handle MalformedStanza exceptions
Clombrong
2025-06-29
1
-0
/
+1
|
*
feat(test): adapt test to initiate function
Clombrong
2025-06-28
1
-15
/
+5
|
*
feat(test): add Lwt ppx
Clombrong
2025-06-28
1
-1
/
+2
|
*
feat(stream): pass down auth config to the negotiate function
Clombrong
2025-06-28
1
-1
/
+1
|
*
feat(stream): add function initiate
Clombrong
2025-06-27
1
-2
/
+1
|
*
feat(portal): make close a simple stanza
Clombrong
2025-06-27
1
-2
/
+1
|
*
feat(portal): change type t into a record
Clombrong
2025-06-27
1
-7
/
+7
|
*
feat(sasl): add negotiate function
Clombrong
2025-06-27
1
-2
/
+1
|
*
refactor(sasl): move all auth-related types from Stream to Sasl
Clombrong
2025-06-26
1
-1
/
+1
|
*
refactor(sasl): handle stream features outside of authenticate
Clombrong
2025-06-26
1
-3
/
+4
|
*
refactor(xml): move InvalidStanza exception to Xml
Clombrong
2025-06-26
1
-1
/
+1
|
*
fix(stream): remove start function
Clombrong
2025-06-26
1
-2
/
+5
|
*
feat(tests): move test program to common code
Clombrong
2025-06-26
6
-64
/
+39
|
*
feat(native_hello): include Flesh testing
Clombrong
2025-06-26
2
-9
/
+30
|
*
feat(portal): make portal_tcp an implementation of Portal
Clombrong
2025-06-26
1
-3
/
+3
|
*
feat(native_hello): open and close our first stream!
Clombrong
2025-06-26
1
-3
/
+3
|
*
feat(portal_tcp): add MalformedStanza exception
Clombrong
2025-06-25
1
-1
/
+1
|
*
feat(native_hello): use tcp_stream
Clombrong
2025-06-25
1
-4
/
+9
|
*
feat(portal_tcp): add connect function
Clombrong
2025-06-25
1
-2
/
+1
|
*
fix(portal-tcp): rename tcp_endpoint to xmpp_port
Clombrong
2025-06-25
1
-1
/
+1
|
*
feat(native_hello): test portal
Clombrong
2025-06-25
2
-2
/
+6
|
*
feat(native_hello): integrate env credentials
Clombrong
2025-06-25
1
-1
/
+4
|
*
feat(native_hello): new test for native OCaml
Clombrong
2025-06-25
2
-0
/
+4
|
*
feat(websockets_hello): add preferred auth methods
v0.0.2
Clombrong
2025-06-25
1
-1
/
+1
|
*
fix(websockets_hello): stop picking up authenticate's features stream
Clombrong
2025-06-25
1
-7
/
+6
|
*
fix(websockets_hello): "handle" exceptions via print_endline
Clombrong
2025-06-24
1
-1
/
+9
|
*
fix(test): prefix env vars with FLESH_
Clombrong
2025-06-19
1
-2
/
+2
|
*
fix(test): use open! in test instead of open
Clombrong
2025-06-19
1
-4
/
+4
|
*
feat(stream): wrap Lwt_stream.get to support ClosedStream exception
Clombrong
2025-06-17
1
-1
/
+1
|
*
feat(sasl): use new auth_config record for authentication
Clombrong
2025-06-17
1
-15
/
+11
|
*
feat(websockets_hello): close stream after main
Clombrong
2025-06-17
1
-3
/
+3
|
*
feat(sasl): replace full jid with node part in SASL auth
Clombrong
2025-06-13
1
-5
/
+11
|
|
|
|
sasl'ing with the full jid is not compliant (and works with ejabberd only)
*
feat: move auth to sasl
Clombrong
2025-06-11
1
-2
/
+2
|
*
fix(tests): use environment variables for testing account
Clombrong
2025-06-11
1
-4
/
+6
|
*
feat(auth): add MalformedRequest SASL error
Clombrong
2025-06-11
1
-1
/
+2
|
*
feat(auth): parse auth response and return appropriate result
Clombrong
2025-06-11
1
-1
/
+4
|
*
feat(test): catch lwt exceptions
Clombrong
2025-06-11
1
-7
/
+10
|
*
feat(auth): use streams directly for send_auth_stanza
Clombrong
2025-06-10
1
-3
/
+2
|
*
test(auth): add send_auth_stanza to tests
Clombrong
2025-06-10
1
-3
/
+7
|
*
feat!(stream): stream handles automatic handshake
Clombrong
2025-05-31
1
-4
/
+4
|
*
feat!: new module Stream
Clombrong
2025-05-30
2
-9
/
+7
|
[next]