mangstadt / ez-vcard

A vCard parser library for Java
Other
398 stars 92 forks source link

Topicality of IMPP entrys #104

Open ZarVladimirII opened 4 years ago

ZarVladimirII commented 4 years ago

Since ez-vcard started a lot of new IMPPS arised and some stopped as MSN.

To update the IMPP list would be nice. Or has this to be done itself by everyone who is implementing ez-vcard into his software?

mangstadt commented 4 years ago

The static constructor methods in the Impp class are just there for convenience. If a method doesn't exist for a particular protocol, you can just use the class's constructor, like so:

Impp impp = new Impp("abc", "username123");

That being said, it would be nice to update these helper methods with modern instant messaging protocols as you suggested.