Book Image

Practical XMPP

By : Steven Watkin, David Koelle
Book Image

Practical XMPP

By: Steven Watkin, David Koelle

Overview of this book

XMPP (eXtensible Messaging and Presence Protocol) is a messaging protocol that enables communication between two or more devices via the Internet. With this book, developers will learn about the fundamentals of XMPP, be able to work with the core functionality both server-side and in the browser, as well as starting to explore several of the protocol extensions. You will not only have a solid grasp of XMPP and how it works, but will also be able to use the protocol to build real-world applications that utilize the power of XMPP. By the end of this book, you will know more about networking applications in general, and have a good understanding of how to extend XMPP, as well as using it in sample applications.
Table of Contents (16 chapters)
Practical XMPP
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
An Introduction to XMPP and Installing Our First Server

The Future of XMPP


As evidenced by the new XEPs and applications of XMPP in new and emerging application areas, it is clear that XMPP has a bright future. You can be a part of that future by developing applications that use XMPP, as well as by contributing XEPs to cover new areas as yet unexplored. In fact, XEP-0143, Guidelines for Authors of XMPP Extension Protocols, speaks directly about things to keep in mind as you suggest ideas for the continuing growth of the protocol.

XEP-0143 is clear about the technical work necessary to submit a new extension. We'd also like to touch on some non-technical aspects that are just as important as a technically sound proposal. During the XSF's review of the XEP and even after the XSF Council moves your XEP to the Final state, if it is accepted, it's especially important that you continue to communicate and be an advocate for your protocol. The mere existence of an extension does not mean that people will immediately flock to it; rather, you must get...