carlosCharz / fcmxmppserverv2

XMPP Connection Server for FCM using the latest version of the Smack library (4.3.4) + Connection Draining Implementation
47 stars 33 forks source link

Maven Repo? #18

Closed TheTurkeyDev closed 6 years ago

TheTurkeyDev commented 6 years ago

I'm interested in using this library for a server application I'm developing and I was wondering if this was on any maven repository for me to integrate into my own maven project? Would make things a lot easier for me instead if having to download it my self. Thanks!

carlosCharz commented 6 years ago

Hi @Turkey2349 it would be nice even for me but I have not yet set up the project as an API that everyone can reuse. I think it should be done in the proper way. I am still testing this approach listening to any suggestion or fix in the code. By this time you should download it and customize the best way for your project. Maybe in the near future I will upload it to a Maven repo! Greetings!

PD: keep in mind that there are some people that are doing it using as a daemon, others embedded in a container and others creating a simple java project.

TheTurkeyDev commented 6 years ago

Thanks for the reply! If you are working towards making it an API in the future I can definitely fork this and make PR's as I go along with tweaks to better mesh it with programs using it as such.