Hacker News new | ask | show | jobs
by tonfa 4776 days ago
Is XMPP asynchronous?
1 comments

Yes, it is. The very start of a session is usually synchronous (authentication, etc), but after that it is async. Request/response commands have an id value to link the request to the response so it doesn't matter if other data arrives first.