Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prose-im/prose-app-macos
Prose macOS application. XMPP client for team messaging.
https://github.com/prose-im/prose-app-macos
app macos swift swiftui xmpp xmpp-client
Last synced: about 1 month ago
JSON representation
Prose macOS application. XMPP client for team messaging.
- Host: GitHub
- URL: https://github.com/prose-im/prose-app-macos
- Owner: prose-im
- License: mpl-2.0
- Created: 2021-04-11T14:38:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T02:39:10.000Z (12 months ago)
- Last Synced: 2023-12-27T03:43:14.708Z (12 months ago)
- Topics: app, macos, swift, swiftui, xmpp, xmpp-client
- Language: Swift
- Homepage: https://prose.org/downloads
- Size: 2.79 MB
- Stars: 46
- Watchers: 6
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
**Prose macOS application. Built in Swift / SwiftUI.**
The Prose project was originally announced in a blog post: [Introducing Prose, Decentralized Team Messaging in an Era of Centralized SaaS](https://prose.org/blog/introducing-prose/). This project is the macOS implementation of the Prose app.
Copyright 2022, Prose Foundation - Released under the [Mozilla Public License 2.0](./LICENSE.md).
_Tested at Swift version: `5.5.2` and Xcode version: `13.2`._
## Architecture
The Prose macOS app consists mostly of SwiftUI views, bound to core libraries, the [client](https://github.com/prose-im/prose-core-client) and the [views](https://github.com/prose-im/prose-core-views), that are common to all platforms Prose runs on.
The app uses the core client library to connect to XMPP. It calls programmatic methods in order to interact with its internal database and the network. It binds as well to an event bus to receive network events, or update events from the store. Messages are shown in their own view, which is provided by the core views library.
This decoupling makes things extremely clean, and enables common code sharing between platforms (eg. macOS, iOS, etc.).
## Design
![Prose login screen](https://user-images.githubusercontent.com/1451907/174249620-53466954-c782-4c91-b276-953aa7cca491.jpg)
![Prose main view](https://user-images.githubusercontent.com/1451907/174249677-d6c2f027-4a2a-4600-9186-45bc52b6095e.jpg)
_👉 The Prose macOS app reference design [can be found there](https://github.com/prose-im/prose-medley/blob/master/designs/app/prose-app-macos.sketch)._
## License
Licensing information can be found in the [LICENSE.md](./LICENSE.md) document.
## :fire: Report A Vulnerability
If you find a vulnerability in any Prose system, you are more than welcome to report it directly to Prose Security by sending an encrypted email to [[email protected]](mailto:[email protected]). Do not report vulnerabilities in public GitHub issues, as they may be exploited by malicious people to target production systems running an unpatched version.
**:warning: You must encrypt your email using Prose Security GPG public key: [:key:57A5B260.pub.asc](https://files.prose.org/public/keys/gpg/57A5B260.pub.asc).**