Commit graph

15 commits

Author SHA1 Message Date
Eric Schnoebelen
eb39bc4877 Update to run with twisted 2.5.0 --
modify main.py to use _twistd_unix instead of twistd to get checkPID and
friends;
update the Makefile with the new twisted version requirements.
2007-04-07 18:58:37 +00:00
Eric Schnoebelen
655ff4863f Update, making the examples directory a variable in the PLIST,
rename JABBERD_* variables to JABBER_*, since the do not have much do with the
actual server in use (they will with jabberd14, jabberd2, ejabberd, etc)
2006-12-20 01:06:57 +00:00
Eric Schnoebelen
e3d8aa82db Remove the comment on useJ2Component, as it no longer seems to work 2006-11-30 06:02:46 +00:00
Eric Schnoebelen
9db24e8ebd revise the twisted dependencies after their recent reorganization 2006-10-28 05:33:08 +00:00
Eric Schnoebelen
3307407d20 Patch the way xmlstream is picked up in src/sasl.py
(sasl auth no longer works with jabberd2 though)
2006-10-07 03:16:53 +00:00
Eric Schnoebelen
65d27ea974 Update to py-aimt 0.8
* Support for newer Twisted versions.
    * Improved ad-hoc command support.
    * Improved daemonized mode support.
    * Improved roster import support.
    * Support for vcard filtering (JEP-0164).
    * Improved unicode handling.
    * Fixes for handling of AIM permissions.
    * More thorough avatar support.
    * Added support for MySQL database encrypted passwords.
    * Lots of misc other improvements.
2006-10-03 04:15:35 +00:00
Eric Schnoebelen
9ae9b63a98 correct a few minor mis-information. 2006-04-16 03:27:05 +00:00
Eric Schnoebelen
7407578bd0 Update to 0.7c -- a working version of the 0.7 train. 2006-04-15 04:10:02 +00:00
Johnny C. Lam
64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00
Roland Illig
3b226c845a Removed the quotes around SUBST_MESSAGE.* where they were unnecessary. 2006-01-17 10:20:45 +00:00
Eric Schnoebelen
e2eeda19c7 remove a bit of trailing whitespace 2005-12-28 06:28:37 +00:00
Eric Schnoebelen
19768ad207 Add a MESSAGE file providing a pointer to configuration docs,
and a quick start.
2005-12-28 06:27:48 +00:00
Eric Schnoebelen
aa304dd76e Remove less than interesting text 2005-12-28 01:29:04 +00:00
Eric Schnoebelen
e44545ff67 No longer needed 2005-12-28 01:26:48 +00:00
Eric Schnoebelen
73b73248c4 [crap, started to import the work directory]
AIM Transport for Jabber, implemented with Python and Twisted
AIM portions written by Daniel Henninger
Jabber portions (bulk of) written by James Bunton
(ie: this is based on PyMSNt's code)

Currently it has:
- ability to register with the transport
- ability to log in and out of aim via the transport
- ability to send and receive messages
  - no 'composing' events functionality yet
  - no 'xhtml' components yet (ie, non-straight text messages)
  (both of these need to be added to James's base code)
- ability to set away status
- ability to add to and remove from your server side buddy list
- it actually can use the spool that the c based aim transport uses
- support for roster import (adding AIM buddies to your jabber roster)
2005-12-28 01:21:50 +00:00