NAME

PXR::NS - Namespace support for PXR, JABBER(tm)

SYNOPSIS

use PXR::NS qw/ :SERVICE :JABBER :IQ /;

DESCRIPTION

PXR::NS provides namespace constants for use within PXR::Nodes (or any other representation) that requires namespace matching. The following export tags are explained below:

:SERVICE

":SERVICE" tag will import constants for use within the PXR Service environment such as the XML namespace jabber:service and its relatives.

:JABBER

":JABBER" tag will import various useful constants for use within a normal Jabber client and component(to reference implementation server) situation.

":IQ"

":IQ" tag imports convenience <iq/> packet types such as set, get, result, and error

":all"

":all" will import every tag available within the package.

Please reference the source file to know which namespaces are explictly supported and exported.

BUGS

XMPP support needs to thought about.

AUTHOR

Copyright (c) 2003 Nicholas Perez. Released and distributed under the GPL.