I have always used Retrofit along with HTTP , now the task is to make a messenger, and therefore I want to ask if Retrofit supports XMPP ?

    1 answer 1

    No, Retrofit does not support XMPP. Retrofit is an HTTP client designed to work with the REST API.

    To work with the XMPP protocol, you can try, for example, Smack .