According to the wiki, XMPP could use HTTP in two ways: one is polling and other one is binding. This binding model of notification is more efficient than polling, where many of the polls return no new data.
Can anybody explain to me,
- how it work and
- how to use the http-bind url (http://jabber.org:5280/) when we developing the client application using agsXmpp library.