UWPX-Client icon indicating copy to clipboard operation
UWPX-Client copied to clipboard

App interaction via xmpp protocol

Open hwogit opened this issue 7 years ago • 6 comments
trafficstars

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"));

hwogit avatar Oct 19 '18 19:10 hwogit

Yes, this should be a thing!

COM8 avatar Oct 19 '18 19:10 COM8

Great!

hwogit avatar Oct 19 '18 19:10 hwogit

Just for later reference RFC 5122 defines the standard fo this.

COM8 avatar Oct 19 '18 19:10 COM8

v.0.10.0.0 should add the possibility to start UWPX with xmpp:. Sending messages, joining chats, ... is not yet in

COM8 avatar Oct 29 '18 18:10 COM8

https://github.com/UWPX/UWPX-Client/releases/tag/v.0.10.0.0

COM8 avatar Oct 29 '18 18:10 COM8

Requires #50 first since we need some kind of account selection control if no account is specified in the command.

COM8 avatar Dec 14 '18 16:12 COM8