File: README

package info (click to toggle)
libnet-jabber-perl 2.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 912 kB
  • ctags: 271
  • sloc: perl: 5,585; sh: 116; makefile: 44
file content (40 lines) | stat: -rw-r--r-- 1,064 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Net::Jabber v2.0

The Jabber Instant Messaging project is an Open Source project seeking
to provide a complete cross protocol messaging solution.  The problem
with current IM solutions is that they are all proprietary and cannot
talk to each other.  Jabber seeks to get rid of those barriers by
allowing a Jabber client to talk with an AOL user, or an IRC chat room,
or any number of other programs.

For more information about the Jabber project visit http://www.jabber.org.

Net::Jabber is a collection of Perl modules that provide a Perl Developer
access to the Jabber protocol.  Using OOP modules we provide a clean
interface to writing anything from a full client to a simple protocol
tester.

Ryan Eatmon
reatmon@jabber.org




REQUIREMENTS
  - Net::XMPP   - Provides all of the core logic.

INSTALLATION

  perl Makefile.PL
  make
  make install

STATUS

    Initial support for XMPP 1.0 (SASL, TLS, etc...).  This release may not be
stable.  If you run into problems, downgrade to 1.29.

    
Please send any bug reports to reatmon@jabber.org.
2004/08/22