Package org.dellroad.jibxbindings.pidf

JiBX bindings for the Presence Information Data Format (PIDF).

See: Description

Package org.dellroad.jibxbindings.pidf Description

JiBX bindings for the Presence Information Data Format (PIDF).

This package includes several abstract JiBX mapping definitions for PIDF XML structures and one concrete JiBX binding named "pidf" defining a mapping for the <pidf:presence> element. The binding technically does not adhere to RFC 3863 because it doesn't allow arbitrary nested elements from other namespaces in several locations where supporting that is required. This is because JiBX doesn't support doing that.

Several re-usable abstract mappings are defined in this package, including:

pidf:presence
<presence> element; represented by Presence.
pidf:tuple
<tuple> element; represented by Tuple.
pidf:status
<status> element; represented by Status.
pidf:contact
<contact> element; represented by Contact.

The type-names listed above use the following XML namespace prefixes:

pidf
urn:ietf:params:xml:ns:pidf

See Also:
RFC 3863, JiBX Bindings