• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H22-Dec-2014-268204

lib/Net/H22-Dec-2014-10,3153,884

t/H22-Dec-2014-2,0001,543

Build.PLH A D22-Dec-2014854 4234

CHANGESH A D22-Dec-20143.2 KiB9380

LICENSEH A D22-Dec-201424.1 KiB542467

MANIFESTH A D22-Dec-2014827 4746

META.jsonH A D22-Dec-20142.3 KiB9594

META.ymlH A D22-Dec-20141.5 KiB5756

Makefile.PLH A D22-Dec-2014295 85

READMEH A D22-Dec-2014646 1711

SIGNATUREH A D22-Dec-20143.5 KiB6962

README

1Net::XMPP
2
3The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard
4that provides a complete cross protocol messaging solution.  The problem
5with current IM solutions is that they are all proprietary and cannot
6talk to each other.  XMPP seeks to get rid of those barriers.
7
8For more information about the Jabber project visit http://www.xmpp.org.
9
10Net::XMPP is a collection of Perl modules that provide a Perl Developer
11access to the XMPP protocol.  Using OOP modules we provide a clean
12interface to writing anything from a full client to a simple protocol
13tester.
14
15Please report bugs at https://github.com/dap/Net-XMPP/issues.
16
17