| Revision: | 1.1 |
| Committed: | Tue Jan 23 15:56:47 2007 UTC (19 years, 3 months ago) by elmex |
| Branch: | MAIN |
| Log Message: | initial checkin. |
| # | Content |
|---|---|
| 1 | NAME |
| 2 | Net::XMPP2 - An implementation of the XMPP Protocol |
| 3 | |
| 4 | VERSION |
| 5 | Version 0.01 |
| 6 | |
| 7 | SYNOPSIS |
| 8 | use Net::XMPP2; |
| 9 | ... |
| 10 | |
| 11 | FUNCTIONS |
| 12 | init |
| 13 | AUTHOR |
| 14 | Robin Redeker, "<elmex at ta-sa.org>" |
| 15 | |
| 16 | BUGS |
| 17 | Please report any bugs or feature requests to "bug-net-xmpp2 at |
| 18 | rt.cpan.org", or through the web interface at |
| 19 | <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-XMPP2>. I will be |
| 20 | notified, and then you'll automatically be notified of progress on your |
| 21 | bug as I make changes. |
| 22 | |
| 23 | SUPPORT |
| 24 | You can find documentation for this module with the perldoc command. |
| 25 | |
| 26 | perldoc Net::XMPP2 |
| 27 | |
| 28 | You can also look for information at: |
| 29 | |
| 30 | * AnnoCPAN: Annotated CPAN documentation |
| 31 | <http://annocpan.org/dist/Net-XMPP2> |
| 32 | |
| 33 | * CPAN Ratings |
| 34 | <http://cpanratings.perl.org/d/Net-XMPP2> |
| 35 | |
| 36 | * RT: CPAN's request tracker |
| 37 | <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-XMPP2> |
| 38 | |
| 39 | * Search CPAN |
| 40 | <http://search.cpan.org/dist/Net-XMPP2> |
| 41 | |
| 42 | ACKNOWLEDGEMENTS |
| 43 | COPYRIGHT & LICENSE |
| 44 | Copyright 2007 Robin Redeker, all rights reserved. |
| 45 | |
| 46 | This program is free software; you can redistribute it and/or modify it |
| 47 | under the same terms as Perl itself. |
| 48 |