Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. failed to connect to gcm-preprod.googleapis.com; nested exception is Connection failed. No response from server.:
  2.  
  3. <int:channel id="gcmOutboundNotificationChannel"/>
  4.  
  5. <int-xmpp:xmpp-connection
  6. id="xmppConnection"
  7. user="${tracker.server.app.id}@gcm.googleapis.com"
  8. password="${tracker.auth.key}"
  9. host="gcm-preprod.googleapis.com"
  10. port="5236"
  11. subscription-mode="accept_all"/>
  12.  
  13. <int-xmpp:outbound-channel-adapter
  14. id="gcmOutboundAdapter"
  15. xmpp-connection="xmppConnection"
  16. channel="gcmOutboundNotificationChannel"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement