Programming Jabber
Jabber is a set of protocols expressed in XML, and an extensible framework that allows people and applications to exchange all sorts of information, from simple text messages to being used to extend the backbone of an enterprise data system. Jabber gives you the power to build applications that...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly
2002.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627433906719 |
Tabla de Contenidos:
- Programming Jabber; Table of Contents; Preface; The History of Jabber; The Pre-Jabber History; Scratching an Itch; Along Came Jabber; IM System Features; What's Inside; Software Used in This Book; Java; Perl; Python; Where to Go for More Information; Conventions Used in This Book; How to Contact Us; Acknowledgments; I Getting Started with Jabber; 1 Introducing Jabber; Imaginary Jabber Conversation; A Simple Script; 2 Inside Jabber; XML-Based; Asynchronous Nature; Store and Forward; Queuing; Message Receipt; Messaging; Payload Carrier; Request/Response; Component/Service Architecture
- Custom ClientsXML-RPC and SOAP; Browsing; 3 Installing the Jabber Server; Downloading the Jabber Server; Installing the Server; Running the Configure Server; Running make; Configuring the Jabber Server; Starting and Stopping the Jabber Server; Starting the Server; Connecting a Client; Stopping the Server; jabberd Command-Line Switches; Monitoring and Troubleshooting the Server; If Your Server Doesn't Start; 4 Server Architecture and Configuration; An Overview of the Server Architecture; jabberd and Components; Component Types; Component Connection Methods; Server Configuration
- Component InstancesA Typical Component Instance Description; A Tour of jabber.xml; Component Instance: sessions; Component Type and Identification; Host Filter; Custom Configuration; Component Connection Method; Component Instance: xdb; Component Type and Identification; Host Filter; Custom Configuration; Component Connection Method; Component Instance: c2s; Component Type and Identification; Host Filter; Custom Configuration; Component Connection Method; Logging Definition: elogger; Component Type and Identification; Host Filter; Custom Configuration; Logging Definition: rlogger
- Component Type and IdentificationHost Filter; Custom Configuration; Component Instance: dnsrv; Component Type and Identification; Host Filter; Custom Configuration; Component Connection Method; Component Instance: conf; Component Type and Identification; Host Filter; Custom Configuration; Component Connection Method; Component Instance: jud; Component Type and Identification; Host Filter; Custom Configuration; Component Connection Method; Component Instance: s2s; Component Type and Identification; Host Filter; Custom Configuration; Component Connection Method; The io Section; The Tag
- The TagThe Tag; The and Tags; pidfile Section; Managing the Configuration; The Tag; Server Constellations; Multiple Servers on One Host; "Real" Virtual Jabber Servers; Splitting Up Jabber Server Processes; Using Services on Other Jabber Servers; II Putting Jabber's Concepts to Work; 5 Jabber Technology Basics; Jabber Identifiers; Rules and Regulations; Resources and Priorities; XML Streams; The Conversation as XML Documents; The Opening Tag; The Response; The Simplest Jabber Client; Jabber's Building Blocks; The Message Element
- The Presence Element