UWPX-Client
UWPX-Client copied to clipboard
App interaction via xmpp protocol
Feature request (UserVoice request: ) AppVersion: 0.9.0.2000
Hi, Is it planned for a future version to support the xmpp protocol? It means that I can open your app from my app via
await Launcher.LaunchUriAsync(new Uri("xmpp:[email protected]?message;subject=Hello;body=Greetings"));
Yes, this should be a thing!
Great!
Just for later reference RFC 5122 defines the standard fo this.
v.0.10.0.0 should add the possibility to start UWPX with xmpp:. Sending messages, joining chats, ... is not yet in
https://github.com/UWPX/UWPX-Client/releases/tag/v.0.10.0.0
Requires #50 first since we need some kind of account selection control if no account is specified in the command.