Add new QXmpp logo (#528)

This commit adds a new logo for the project. The logotype includes
the alphabet 'Q' written in Morse Code, this is inspired by the use of
morese code in the logotype of a downstream project - Kaidan. The
logotype resembles a chat speech bubble, hinting that this library is
used to facilitate chat communication.
This commit is contained in:
raghu-kamath 2023-02-17 20:26:16 +05:30 committed by GitHub
parent 19efb7891f
commit 0609fd7498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View File

@ -3,14 +3,16 @@ SPDX-FileCopyrightText: 2009 Manjeet Dahiya <manjeetdahiya@gmail.com>
SPDX-License-Identifier: CC0-1.0
-->
<h1 align="center">
QXmpp
<picture>
<img alt="QXmpp logo" src="./logo.svg" height="150">
</picture>
</h1>
<p align="center">
<a href="https://xmpp.org/extensions/xep-0459.html">
<img alt="XMPP:2022 Client IM Mobile+ Compliance Badge" src="https://img.shields.io/badge/XMPP%3A2022%20Client-Core%20IM%20Mobile%2B-green">
</a>
</h1>
</p>
<p align="center">
<a href="https://github.com/qxmpp-project/qxmpp/actions">
<img alt="Build Status" src="https://github.com/qxmpp-project/qxmpp/workflows/tests/badge.svg">

View File

@ -24,6 +24,7 @@ SPDX-License-Identifier: CC0-1.0
<support-forum rdf:resource='xmpp:qxmpp@muc.kaidan.im?join'/>
<license rdf:resource='https://github.com/qxmpp-project/qxmpp/tree/master/LICENSES'/>
<language>en</language>
<schema:logo rdf:resource='https://raw.githubusercontent.com/qxmpp-project/qxmpp/master/logo.svg'/>
<programming-language>C++</programming-language>
<os>Android</os>
<os>iOS</os>

1
logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

4
logo.svg.license Normal file
View File

@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 Raghavendra Kamath <raghu@raghukamath.com>
SPDX-License-Identifier: CC-BY-SA-4.0