So am a bit new to XMPP, but your book gave me a much better understanding about it. Apparently not enough, cause I've hit a bit of a wall...
Debug log is as follows:
Code:
Connecting...System, 12-03-2011 22:12:42
LOG: _throttledRequestHandler called with 1 requestsSystem, 12-03-2011 22:12:42
LOG: request id 1.0 postingSystem, 12-03-2011 22:12:42
LOG: request id 1.0 state changed to 1System, 12-03-2011 22:12:42
LOG: request id 1.0 state changed to 1System, 12-03-2011 22:12:42
SEND: <body rid='4205512361' xmlns='jabber.org/protocol/httpbind'; to='xxxxxx.com:7070' xml:lang='en' wait='60' hold='1' content='text/xml; charset=utf-8' ver='1.6' xmpp:version='1.0' xmlns:xmpp='urn:xmpp:xbosh'/>System, 12-03-2011 22:12:42
LOG: request id 1.1 state changed to 2System, 12-03-2011 22:12:42
LOG: request id 1.1 state changed to 3System, 12-03-2011 22:12:42
LOG: request id 1.1 state changed to 4System, 12-03-2011 22:12:42
LOG: removing requestSystem, 12-03-2011 22:12:42
LOG: _throttledRequestHandler called with 0 requestsSystem, 12-03-2011 22:12:42
LOG: request id 1 should now be removedSystem, 12-03-2011 22:12:42
LOG: request id 1.1 error 404 happenedSystem, 12-03-2011 22:12:42
LOG: request errored, status: 404, number of errors: 1System, 12-03-2011 22:12:42
Disconnecting...System, 12-03-2011 22:12:42
LOG: _doDisconnect was calledSystem, 12-03-2011 22:12:42
Can you tell me possibly what I've done wrong? I'm getting disconnected before I even get a chance to attempt a test message.