Y
Hacker News
new
|
ask
|
show
|
jobs
by
tonfa
4776 days ago
Is XMPP asynchronous?
1 comments
lancestout
4776 days ago
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.
link