source: README @ 6a6dd47

barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since 6a6dd47 was 6a6dd47, checked in by Alejandro R. Sedeño <asedeno@mit.edu>, 17 years ago
jabber.pl: * Multiple connections now possible. * Password-based authentication now possible. * jabberlogin now requires a login jid. * jabberlogin now uses _xmpp-client._tcp srv record for lookup. If no record exists, server part of jid is used with port 5222. * Eliminated various globals. Current globals are: $connections -> Holds all the client and roster objects, indexed by full jid. $connections->{JID}->{client} $connections->{JID}->{roster} %vars -> used to pass data around between functions and related callbacks. * New dependences: Getopt::Long, Net::DNS README: added a readme. It probably wants more in it.
  • Property mode set to 100644
File size: 382 bytes
Line 
1BarnOwl - owl, with more ponies
2
3Based on owl 2.1.11, by James Kretchmar (http://www.ktools.org)
4
5This project is a work in progress.
6We guarantee no stability of form or function.
7
8Notes:
9-----
10This project's perl/lib/ contains the lib directories from the
11following CPAN modules:
12
13Net::Jabber
14Net::XMPP
15XML::Stream
16
17They have been modified slightly for the needs of this project.
Note: See TracBrowser for help on using the repository browser.