summaryrefslogtreecommitdiffstats
path: root/chat-im/vacuum/DETAILS
blob: e3d21a3764504bd95fa39d24bdeeaa5ea1ab8b8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
           SPELL=vacuum
if test "$VACUUM_AUTOUPDATE" = "y"; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
  FORCE_DOWNLOAD=on
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://vacuum-im.googlecode.com/svn/trunk:$SPELL-svn
   SOURCE_IGNORE=volatile
        WEB_SITE=http://www.vacuum-im.org
         ENTERED=20110818
      LICENSE[0]=GPL
        KEYWORDS="jabber messaging chat"
           SHORT="Vacuum-IM is a plugin based jabber client"
cat << EOF
Vacuum is a client for jabber networks. The core program is just a plugin loader,
all functionality is made available
via plugins. This enforces modularity and ensures well defined component
interaction via interfaces.

Main Features
    Several independent profiles
    Multiple accounts in one profile
    Nested roster groups
    Support JID escaping
    Storage of history both locally and on the server, with the possibility of
replication of history from the server to your computer
    Agreed off save messages (mode OTR)
    Full support for Jabber conferences
    Create a bookmark at the conference with the possibility autologin
    Support for CAPTCHA form, with the possibility of transmission without the
use of browser
    A few named windows with tabs for chats and conferences
    Support for Adium message styles
    Animated Emoticons (using Adium style)
    Notifications of activity of the user in the chat
    Automatic change of transport with preservation of names, groups,
subscriptions and archive messages
    Lists of privacy, with the possibility of ignoring or setting in invisible
mode for individual contacts and groups
    Multi-stage automatic change of status depending on the time of inactivity
    Ability to set different status icons for individual contacts, and groups of
contacts are connected through transport
    Support for avatars with the ability to specify a contact an arbitrary
image as an avatar
    Ability to add annotation to contact
    Remote controlling 
EOF