Changeset c7d0f41


Ignore:
Timestamp:
2006-12-03T17:57:31Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0fd8559
Parents:
cb6a6f4
Message:

Added Jabber info to CHANGES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/CHANGES

    rcb6a6f4 rc7d0f41  
    4141    and password for the existing connection.
    4242  * Per-account settings (see the new "account set" command).
     43- A brand new Jabber module. Besides the major code cleanup, it also has
     44  has these new features:
     45  * Pretty complete XMPP support: RFC3920, RFC3921 plus a number of XEPs
     46    including XEP73 and XEP85. (See http://www.xmpp.org/ for what all these
     47    things mean exactly.) Privacy lists are not supported for obvious
     48    reasons.
     49  * This complete support also includes TLS and SASL support and SRV record
     50    lookup. This means that specifying a server tag for connections should
     51    (almost) never be necessary anymore, BitlBee can find the server and can
     52    automatically convert plaintext connections to TLS-encrypted ones.
     53  * XEP85 means typing notifications. The older XEP22 (still used by some
     54    clients including Gaim <2.0) is not supported.
     55  * Better handling of buddies who have more than one resource on-line. As
     56    long as one resource is on-line (and visible), BitlBee will show this.
     57    (The previous module didn't keep track of resources and sent an offline
     58    event as soon as any resource disappears.)
     59  * You can now set your resource priority.
     60  * The info command now gives away state/message information for all
     61    resources available for that buddy. (Of course this only works if the
     62    buddy is in your contact list.)
    4363
    4464Version 1.0.3:
Note: See TracChangeset for help on using the changeset viewer.