Changeset 6a6dd47 for README

Timestamp:
Nov 6, 2006, 1:59:10 AM (17 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
960395d
Parents:
b6a253c
Message:
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.
File:
1 added

Note: See TracChangeset for help on using the changeset viewer.