logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

POE::Filter::XML::NS - Provides constants that return appropriate namespace strings

Author

       Nicholas R. Perez <nperez@cpan.org>

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.

Name

       POE::Filter::XML::NS - Provides constants that return appropriate namespace strings

Synopsis

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

Version

       version 1.140700

See Also