google / cloud-print-connector

Google Cloud Print Connector
BSD 3-Clause "New" or "Revised" License
764 stars 184 forks source link

Add capability to switch b/w XMPP and FCM. #384

Closed pendyala82 closed 6 years ago

pendyala82 commented 6 years ago

The current CL enables connector to be able to switch printer notification channel b/w XMPP and FCM

Fcm channel is enabled if fcm flag is passed during connector start up , else connector falls back to XMPP channel.

Gcp will migrate printers b/w FCM and XMPP accordingly.