Skip to content

Commit

Permalink
chore: Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Feb 17, 2023
1 parent e3effcb commit f079786
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 65 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Lightweight web chat client for XMPP server.
- Pick emoji,
- Room creation and configuration,
- Apply message moderation (XEP-0425),
- Display and edit vCard information (in particular the user avatar, XEP-0054),
- PWA (Progressive Web App) creating user experiences similar to native applications on desktop and mobile devices,
- Lightweight (600 KB gzipped at the first loading and then less than 10 KB)
- Guest access `/guest?join={jid}` (joining a MUC anonymously as described in RFC 4505)
Expand Down
7 changes: 7 additions & 0 deletions doap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@
</xmpp:SupportedXep>
</implements>

<release>
<Version>
<revision>0.10.0</revision>
<created>2023-02-17</created>
<file-release rdf:resource="https://github.com/nioc/xmpp-web/releases/download/0.10.0/xmpp-web-0.10.0.tar.gz"/>
</Version>
</release>
<release>
<Version>
<revision>0.9.11</revision>
Expand Down
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmpp-web",
"version": "0.9.11",
"version": "0.10.0",
"private": true,
"description": "Lightweight web chat client for XMPP server",
"homepage": "https://github.com/nioc/xmpp-web",
Expand Down

0 comments on commit f079786

Please sign in to comment.