Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Having worked many years on HTTP frameworks, I really think that we can do
something better in SIP.

## How
It is built in Rust because that's a low lever, thread safe, performant language
It is built in Rust because that's a low level, thread safe, performant language
that I know well. It's built based on traits+generics, so that anything can be
overriden at your will.

Expand All @@ -30,10 +30,10 @@ extension or service that is needed (like Registrar, Auth, Push notifications

## Progress
- [x] SIP general purpose library/parser with types
- [ ] SDP general purpose library/parser with type
- [ ] SDP general purpose library/parser with types
- [x] Transport layer
- [x] Udp transport
- [ ] Tcp transport
- [x] UDP transport
- [ ] TCP transport
- [ ] WS transport
- [x] Transaction layer
- [x] Invite transaction + impl
Expand Down