<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>sip-bridge-mx, branch HEAD</title>
<subtitle>A WIP Bridge between SIP over Websocket+Webrtc and MatrixRTC (Webrtc via Matrix signaling)
</subtitle>
<entry>
<id>0fbb1470ebe26d275a316ce2aeed0b3e95e1e140</id>
<published>2023-09-24T21:45:59Z</published>
<updated>2023-09-24T21:45:59Z</updated>
<title>Merge pull request #4 from MTRNord/dependabot/cargo/aes-gcm-0.10.3</title>
<link rel="alternate" type="text/html" href="commit/0fbb1470ebe26d275a316ce2aeed0b3e95e1e140.html" />
<author>
<name>Marcel</name>
<email>MTRNord@users.noreply.github.com</email>
</author>
<content>commit 0fbb1470ebe26d275a316ce2aeed0b3e95e1e140
parent bdd882be648fd3628fe4e3381cdb9bc37bac11f6
Author: Marcel &lt;MTRNord@users.noreply.github.com&gt;
Date:   Sun, 24 Sep 2023 23:45:59 +0200

Merge pull request #4 from MTRNord/dependabot/cargo/aes-gcm-0.10.3

Bump aes-gcm from 0.10.2 to 0.10.3
</content>
</entry>
<entry>
<id>9d20c098f79f65690a2723982c8783b1013b3e50</id>
<published>2023-09-22T16:13:52Z</published>
<updated>2023-09-22T16:13:52Z</updated>
<title>Bump aes-gcm from 0.10.2 to 0.10.3</title>
<link rel="alternate" type="text/html" href="commit/9d20c098f79f65690a2723982c8783b1013b3e50.html" />
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<content>commit 9d20c098f79f65690a2723982c8783b1013b3e50
parent bdd882be648fd3628fe4e3381cdb9bc37bac11f6
Author: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;
Date:   Fri, 22 Sep 2023 16:13:52 +0000

Bump aes-gcm from 0.10.2 to 0.10.3

Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from 0.10.2 to 0.10.3.
- [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.2...aes-gcm-v0.10.3)

---
updated-dependencies:
- dependency-name: aes-gcm
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
</content>
</entry>
<entry>
<id>bdd882be648fd3628fe4e3381cdb9bc37bac11f6</id>
<published>2023-08-22T23:24:28Z</published>
<updated>2023-08-22T23:24:28Z</updated>
<title>Merge pull request #2 from MTRNord/dependabot/cargo/rustls-webpki-0.101.4</title>
<link rel="alternate" type="text/html" href="commit/bdd882be648fd3628fe4e3381cdb9bc37bac11f6.html" />
<author>
<name>Marcel</name>
<email>MTRNord@users.noreply.github.com</email>
</author>
<content>commit bdd882be648fd3628fe4e3381cdb9bc37bac11f6
parent b80061199d2c39c1c57323705c507682f5dc0a50
Author: Marcel &lt;MTRNord@users.noreply.github.com&gt;
Date:   Wed, 23 Aug 2023 01:24:28 +0200

Merge pull request #2 from MTRNord/dependabot/cargo/rustls-webpki-0.101.4

Bump rustls-webpki from 0.101.3 to 0.101.4
</content>
</entry>
<entry>
<id>562be4a3350aef8d20009e7da594842dbf778597</id>
<published>2023-08-22T18:12:09Z</published>
<updated>2023-08-22T18:12:09Z</updated>
<title>Bump rustls-webpki from 0.101.3 to 0.101.4</title>
<link rel="alternate" type="text/html" href="commit/562be4a3350aef8d20009e7da594842dbf778597.html" />
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<content>commit 562be4a3350aef8d20009e7da594842dbf778597
parent b80061199d2c39c1c57323705c507682f5dc0a50
Author: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;
Date:   Tue, 22 Aug 2023 18:12:09 +0000

Bump rustls-webpki from 0.101.3 to 0.101.4

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.101.3...v/0.101.4)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
</content>
</entry>
<entry>
<id>b80061199d2c39c1c57323705c507682f5dc0a50</id>
<published>2023-08-20T21:21:35Z</published>
<updated>2023-08-20T21:21:35Z</updated>
<title>Pin serde due to https://github.com/serde-rs/serde/issues/2538</title>
<link rel="alternate" type="text/html" href="commit/b80061199d2c39c1c57323705c507682f5dc0a50.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit b80061199d2c39c1c57323705c507682f5dc0a50
parent 56da664266cd655931bf8297ca934a951de3da5f
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Sun, 20 Aug 2023 23:21:35 +0200

Pin serde due to https://github.com/serde-rs/serde/issues/2538

</content>
</entry>
<entry>
<id>56da664266cd655931bf8297ca934a951de3da5f</id>
<published>2023-08-19T18:54:07Z</published>
<updated>2023-08-19T18:54:07Z</updated>
<title>Use a full track for audio so it works nicely in the future</title>
<link rel="alternate" type="text/html" href="commit/56da664266cd655931bf8297ca934a951de3da5f.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 56da664266cd655931bf8297ca934a951de3da5f
parent 7b7f82826629768c94ec1b39dc14beae60cbd1c0
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Sat, 19 Aug 2023 20:54:07 +0200

Use a full track for audio so it works nicely in the future

</content>
</entry>
<entry>
<id>7b7f82826629768c94ec1b39dc14beae60cbd1c0</id>
<published>2023-08-19T18:52:36Z</published>
<updated>2023-08-19T18:52:36Z</updated>
<title>Add readme</title>
<link rel="alternate" type="text/html" href="commit/7b7f82826629768c94ec1b39dc14beae60cbd1c0.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 7b7f82826629768c94ec1b39dc14beae60cbd1c0
parent 6daad85725b212706887b3cb82b9c1960af1cd1a
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Sat, 19 Aug 2023 20:52:36 +0200

Add readme

</content>
</entry>
<entry>
<id>6daad85725b212706887b3cb82b9c1960af1cd1a</id>
<published>2023-08-19T16:57:05Z</published>
<updated>2023-08-19T16:57:05Z</updated>
<title>Add LICENSE</title>
<link rel="alternate" type="text/html" href="commit/6daad85725b212706887b3cb82b9c1960af1cd1a.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 6daad85725b212706887b3cb82b9c1960af1cd1a
parent 9d3f07c6019afe8b4f7188e28cfab51e40c8bac4
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Sat, 19 Aug 2023 18:57:05 +0200

Add LICENSE

</content>
</entry>
<entry>
<id>9d3f07c6019afe8b4f7188e28cfab51e40c8bac4</id>
<published>2023-08-19T16:54:56Z</published>
<updated>2023-08-19T16:54:56Z</updated>
<title>Initial SIP dial-out via matrix bot with file recording</title>
<link rel="alternate" type="text/html" href="commit/9d3f07c6019afe8b4f7188e28cfab51e40c8bac4.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 9d3f07c6019afe8b4f7188e28cfab51e40c8bac4
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Sat, 19 Aug 2023 18:54:56 +0200

Initial SIP dial-out via matrix bot with file recording

</content>
</entry>
</feed>
