June 2016
Beginner
456 pages
9h 31m
English
In this chapter, we will cover the following recipes:
Extensible Messaging and Presence Protocol (XMPP) is a communication protocol that provides near-real-time message passing between two or more entities. XMPP is based on XML and transfers data in predefined formats that are known to server as well as client systems. Being an XML-based protocol, you can easily extend XMPP to suit your requirements. It also provides various standard extensions to extend the base functionality of the XMPP server.
In this chapter, ...
Read now
Unlock full access