AnyEvent-XMPP
view release on metacpan or search on metacpan
lib/AnyEvent/XMPP.pm view on Meta::CPAN
to multiple XMPP accounts and tries to offer a nice high level interface
to XMPP communication.
For a list of L</Supported extensions> see below.
There are also other modules in this distribution, for example:
L<AnyEvent::XMPP::Util>, L<AnyEvent::XMPP::Writer>, L<AnyEvent::XMPP::Parser> and those I
forgot :-) Those modules might be helpful and/or required if you want to use
this framework for XMPP.
See also L<AnyEvent::XMPP::Writer> for a discussion about the brokenness of XML in the XMPP
specification.
If you have any questions or seek for help look below under L</SUPPORT>.
=head1 REQUIREMENTS
One of the major drawbacks I see for AnyEvent::XMPP is the long list of required
modules to make it work.
=over 4
=item L<AnyEvent>
For the I/O events, timers, TCP, TLS, DNS and I/O buffering.
=item L<Object::Event>
The former L<AnyEvent::XMPP::Event> module has been outsourced to the L<Object::Event>
module to provide a more generic way for more other modules to register and call
event callbacks.
=item L<XML::Writer>
For writing "XML".
=item L<XML::Parser::Expat>
For parsing partial "XML" stuff.
=item L<MIME::Base64>
For SASL authentication
=item L<Authen::SASL>
For SASL authentication
=item L<Net::LibIDN>
For stringprep profiles to handle JIDs.
=item L<Digest::SHA>
For component authentication and old-style authentication.
=back
And yes, all these are essential for XMPP communication. Even though 'instant
messaging' and 'presence' is a quite simple problem XMPP somehow was successful
at making the task complicated enough to keep me busy for a long time. But all
of that time wasn't only for the technology required to get it started, mostly
it was for all the quirks, hacks and badly applied "XML" in the protocol which
complicated the matter.
=head1 RELEASE NOTES
Here are some notes to the last releases (release of this version is at top):
=head2 Version
=over 4
=item * 0.55
Bugfixes, see Changes file.
=item * 0.54
Add L<AnyEvent::XMPP::Ext::Receipts>, small bugfixes, see Changes file.
=item * 0.53
Maintenance release. Patches for various small issues, see Changes file.
=item * 0.52
Maintenance release.
=item * 0.51
Maintenance release. Added a patch which fixes L<Object::Event> compatibility
and another fix w.r.t. memory leak in the parser. And added the original node
to L<AnyEvent::XMPP::IM::Message> (thanks go to mons@cpan.org).
B<NOTE:> Version 0.6 of L<AnyEvent::XMPP> will be API incompatible! If you
are already eager to try the new version out contact me!
=item * 0.5
Maintenance release. Added a patch from Marcus Dubois for Ext::Pubsub.
Also fixed some memleaks in L<AnyEvent::XMPP::Parser>.
Also wanted to note that the next version of AnyEvent::XMPP will have an
incompatible API. If you are eager to try out the new complete rewrite of
AnyEvent::XMPP contact me.
=item * 0.4
Minor fixes and feature enhancements: Added old_style_ssl option for direct
port 5223 SSL connections. Providing 'get_own_contact' for keeping
track of own resources.
The L<AnyEvent::XMPP::Ext::MUC> extension was rewritten and provides a more
sane API now.
For details consult the Changes file in the distribution.
=item * 0.3
Fixed some small bugs and improved documentation a bit, especially w.r.t.
lib/AnyEvent/XMPP.pm view on Meta::CPAN
value for someone. You might note L<samples/EVQ.pm> which is a module that
handles request-throttling (You don't want to flood the server and risk
getting the admins attention :).
=item B<samples/simple_component>
This is a (basic) skeleton for a jabber component.
=item B<samples/simple_oob_retriever>
This is a simple out of band file transfer receiver bot. It uses C<curl> to
fetch the files and also has the sample functionality of sending a file url for
someone who sends the bot a 'send <filename>' message.
=item B<samples/simple_register_example>
This is a example script which allows you to register, unregister and change
your password for accounts. Execute it without arguments for more details.
=item B<samples/disco_info>
This is a small example tool that allows you to fetch the software version,
disco info and disco items information about a JID.
=item B<samples/talkbot>
This is a simple bot that will read lines from a file and recite them
when you send it a message. It will also automatically allow you to subscribe
to it. Start it without commandline arguments to be informed about the usage.
=item B<samples/retrieve_roster>
This is a simple example script that will retrieve the roster
for an account and print it to stdout. You start it like this:
samples/# ./retrieve_roster <jid> <password>
=item B<samples/display_avatar>
This is just a small example which should display the avatar
of the account you connect to. It can be used like this:
samples/# ./display_avatar <jid> <password>
=back
For others, which the author might forgot or didn't want to
list here see the C<samples/> directory.
More examples will be included in later releases, please feel free to ask the
L</AUTHOR> if you have any questions about the API. There is also an IRC
channel, see L</SUPPORT>.
=head1 AUTHOR
Robin Redeker, C<< <elmex at ta-sa.org> >>, JID: C<< <elmex at jabber.org> >>
=head1 BUGS
Please note that I'm currently (July 2007) the only developer on this project
and I'm very busy with my studies in Computer Science. If you want to ease my
workload or want timely releases, please send me patches instead of bug reports
or feature requests. I won't forget the reports or requests if you can't or
didn't send patches, but I can't gurantee immediate response. But I will of
course try to fix/implement them as soon as possible!
Also try to be as precise as possible with bug reports, if you can't send a
patch, it would be best if you find out which code doesn't work and tell me
why.
Please report any bugs or feature requests to
C<bug-net-xmpp2 at rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=AnyEvent-XMPP>.
I will be notified and then you'll automatically be notified of progress on
your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc AnyEvent::XMPP
You can also look for information at:
=over 4
=item * IRC: AnyEvent::XMPP IRC Channel
IRC Network: http://freenode.net/
Server : chat.freenode.net
Channel : #ae_xmpp
Feel free to join and ask questions!
=item * AnyEvent::XMPP Project Site
L<http://www.ta-sa.org/net_xmpp2>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/AnyEvent-XMPP>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/AnyEvent-XMPP>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-XMPP>
=item * Search CPAN
L<http://search.cpan.org/dist/AnyEvent-XMPP>
=back
=head1 ACKNOWLEDGEMENTS
Thanks to the XSF for the development of an open instant messaging protocol (even though it uses "XML").
And thanks to all people who had to listen to my desperate curses about the
( run in 1.726 second using v1.01-cache-2.11-cpan-39bf76dae61 )