Marc Bauer

Results 29 issues of Marc Bauer

This can lead to a situation where the name of a participant differs from the name of the bookmark/room/contact which is irritating…

To play nicely with ejabberd and other servers that don't support [XEP-0292](https://xmpp.org/extensions/xep-0292.html) let's support [vcard-temp](https://xmpp.org/extensions/xep-0054.html) as well. That would also improve the experience when chatting in MUC rooms on other...

- [ ] Store bookmarks in DB - [ ] Store room info in DB - [ ] Allow users to send messages when room is (temporarily) offline (i.e. cache...

Messages and other data in the local cache should be encrypted. This affects the SQLite and IndexedDB cache alike. Relates to #19

Required [here](https://github.com/prose-im/prose-app-web/issues/11#issuecomment-1694566387). > - Provide a core-client method to fetch any JID's name (which might not be in our current roster; could also be the whole profile but I only...

If our user has started drafting a message in a room, they should be able to continue with the same message on another device of theirs.

We should probably have at least a basic message search. https://xmpp.org/extensions/xep-0431.html

This needs to work with both ConnectionProviders, Strophe.js and xmpp-rs. Sent messages should be cached/persisted until acknowledged by the server so that they could even be sent after a restart/reload...

The goal is to minimize roundtrips to the server for messages that have been loaded already. Some loose thoughts: > I believe that going back in the local message list...

- Ability to create a channel (ie. a MUC room) - Ability to retrieve all joined MUC rooms from server (I’m pretty sure there’s a XEP to list bookmarked MUC...