barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change
on this file since d9f4a5c was
6a6dd47,
checked in by Alejandro R. Sedeño <asedeno@mit.edu>, 18 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
|
Rev | Line | |
---|
[6a6dd47] | 1 | BarnOwl - owl, with more ponies |
---|
| 2 | |
---|
| 3 | Based on owl 2.1.11, by James Kretchmar (http://www.ktools.org) |
---|
| 4 | |
---|
| 5 | This project is a work in progress. |
---|
| 6 | We guarantee no stability of form or function. |
---|
| 7 | |
---|
| 8 | Notes: |
---|
| 9 | ----- |
---|
| 10 | This project's perl/lib/ contains the lib directories from the |
---|
| 11 | following CPAN modules: |
---|
| 12 | |
---|
| 13 | Net::Jabber |
---|
| 14 | Net::XMPP |
---|
| 15 | XML::Stream |
---|
| 16 | |
---|
| 17 | They have been modified slightly for the needs of this project. |
---|
Note: See
TracBrowser
for help on using the repository browser.