POE::Filter::XML::NS(3) Provides constants that return appropriate namespace strings

VERSION

version 1.140700

SYNOPSIS

use POE::Filter::XML::NS qw/ :JABBER :IQ /;

DESCRIPTION

POE::Filter::XML::NS provides namespace constants for use within POE::Filter::XML::Nodes (or any other representation) that requires namespace matching. The following export tags are explained below:
: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 explicitly supported and exported.

AUTHOR

Nicholas R. Perez <[email protected]>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Nicholas R. Perez <[email protected]>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.