forked from dap/XML-Stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (21 loc) · 765 Bytes
/
README
File metadata and controls
33 lines (21 loc) · 765 Bytes
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
XML::Stream v1.24 2014-12-22
This module provides you with access to XML Streams. An XML Stream
is just that. A stream of XML over a connection between two computers.
For more information about XML Streams, and the group that created them,
please visit:
http://xmpp.org/protocols/streams/
Darian Anthony Patrick
dapatrick@cpan.org
INSTALLATION
perl Makefile.PL
make
make install
REQUIREMENTS
Perl 5.8.0 - For unicode support
Authen::SASL - For SASL Authentication
MIME::Base64 - For SASL Authentication
RECOMMENDATIONS
IO::Socket::SSL v0.81 - Module to enable TLS for XML::Stream.
Net::DNS - Enables access to SRV records.
Please submit bug reports at
https://github.com/dap/XML-Stream/issues