Skip to Content
XMPP: The Definitive Guide
book

XMPP: The Definitive Guide

by Peter Saint-Andre, Kevin Smith, Remko Tronçon
April 2009
Beginner to intermediate
308 pages
9h 8m
English
O'Reilly Media, Inc.
Content preview from XMPP: The Definitive Guide

Chapter 6. Data Forms

The World Wide Web started out as a way to publish physics papers, and only later gained transactional capabilities, such as electronic commerce. One of the key building blocks that enabled this transition was the HTML <FORM> tag, which made it possible for a website to offer an empty, but structured, form to the user and for the user to submit a completed form to the website.

XMPP includes a very similar technology for lightweight workflows called Data Forms, defined in XEP-0004. Because Data Forms are used throughout the technologies we’ll discuss in the following chapters, we introduce them now. In Chapter 11, we build on these basic concepts to explore more advanced workflows.

Basic Structure

A data form is made up of several pieces, as shown in the following “stub” example:

<message from="sender@wonderland.lit/foo" to="receiver@wonderland.lit/bar"> <x xmlns="jabber:x:data" type="form"> <title>My Special Form</title> <instructions>Please fill in the following form</instructions> <field label="Text Input" type="text-single" var="field-1"/> <field label="Make a Choice" type="boolean" var="field-2"/> <field label="For Your Eyes Only" type="text-private" var="field-3"/> <field label="Pick One" type="list-single" var="field-4"> <option label="First Option"><value>single-1</value></option> <option label="Second Option"><value>single-2</value></option> <option label="Third Option"><value>single-3</value></option> </field> <field label="Pick a Few" type="list-multi" ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

The Definitive Guide to HTML5 WebSocket

The Definitive Guide to HTML5 WebSocket

Vanessa Wang, Frank Salim, Peter Moskovits
WebSocket

WebSocket

Andrew Lombardi
Docker in Action, Second Edition

Docker in Action, Second Edition

Stephen Kuenzli, Jeffrey Nickoloff

Publisher Resources

ISBN: 9780596157524Errata Page