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

My People support

Open COM8 opened this issue 6 years ago • 5 comments

Add support for the "My People" feature in Windows.

Documentation:

https://docs.microsoft.com/de-de/windows/uwp/contacts-and-calendar/my-people-support

Example:

Example

Requirements:

COM8 avatar Apr 05 '19 07:04 COM8

I'm very gratfull you fight the windows front with a modern looking XMPP-Client!

Looking forward!

Echolon avatar Apr 05 '19 12:04 Echolon

Unigram is likely an interesting reference (even if it actually tries to upload all contacts into Telegram to make this work, my layman view is that it probably doesn't have to):

https://github.com/UnigramDev/Unigram/blob/8a59afec7dcdfc271fe05161149b907fa6b9bd1f/Unigram/Unigram/Services/ContactsService.cs

ivucica avatar Jan 02 '20 18:01 ivucica

Additional consideration: Conversations on Android uses IM fields, at least the ones where purpose label is Jabber, to link contacts to users. For example, for use in IRC-bridged MUCs, I've added Jabber fields with value [email protected] in order to see people's photos and real-names in the MUC. (This is because Biboumi can expose [email protected] as the JID for the non-anonymous bridged MUC.)

ivucica avatar Jan 02 '20 18:01 ivucica

Unigram is likely an interesting reference (even if it actually tries to upload all contacts into Telegram to make this work, my layman view is that it probably doesn't have to):

https://github.com/UnigramDev/Unigram/blob/8a59afec7dcdfc271fe05161149b907fa6b9bd1f/Unigram/Unigram/Services/ContactsService.cs

This looks really interesting. Thanks!

COM8 avatar Jan 03 '20 10:01 COM8

Additional consideration: Conversations on Android uses IM fields, at least the ones where purpose label is Jabber, to link contacts to users. For example, for use in IRC-bridged MUCs, I've added Jabber fields with value [email protected] in order to see people's photos and real-names in the MUC. (This is because Biboumi can expose [email protected] as the JID for the non-anonymous bridged MUC.)

Here are the corresponding RFCs for that:

COM8 avatar Jan 03 '20 10:01 COM8