I wrote an XMPP daemon (using JAXL) to send and receive messages that seem to work fine, except for one problem.
I can successfully send from 10 to 15 messages to the users I want to send, and then after that any message I sent returns with <message type='error' ...><error code='503' type='cancel'></error></message>
I use Google talk servers to send from a Google Apps domain to another Google Apps domain.
Without posting all my code, anyone has any idea what might be causing this. The bit that puzzles me is that I can send 10 to 15 messages before it stops.
source share