blob: 50e0480a99dec8dd287496e5e97c4ba224ec37ef (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<!-- PLUGINS -->
<flag name="addbookmarks">Automaticaly add incoming urls to bookmarks.</flag>
<flag name="autoreplace">Automaticaly replace selected text</flag>
<flag name="contactnotes">Enables writing personal notes for contacts.</flag>
<flag name="highlight">Allows you to specify highlights on specific events.</flag>
<flag name="history">Enables saving chat history.</flag>
<flag name="latex">Embed latex formatted text into messages.</flag>
<flag name="nowlistening">Shows song you currently listen to in your status/etc. Bindings for many players.</flag>
<flag name="otr">Allows crypting your chat (drugs and talking nonsense are considered as good alternatives ;]).</flag>
<flag name="pipes">Send messages to external pipe.</flag>
<flag name="privacy">Filter for incoming messages</flag>
<flag name="statistics">Everybody loves statistic graphs, especialy cake ones. ;]</flag>
<flag name="texteffect">Various fancy text effects for your messages (dont ever consider writing us with this enabled ;]).</flag>
<flag name="translator">Translate incoming and outgoing messages.</flag>
<flag name="urlpicpreview">Enables in conversation pictures preview.</flag>
<flag name="webpresence">Show your status and some more informations on web.</flag>
<!-- PROTOCOLS -->
<flag name="gadu">Enable the Gadu protocol handler.</flag>
<flag name="groupwise">Enable the Groupwise protocol handler.</flag>
<flag name="meanwhile">Enable the Sametime protocol handler.</flag>
<flag name="oscar">Enable Oscar (AIM/ICQ) IM protocol support</flag>
<flag name="testbed">Enable the testbed protocol.</flag>
<flag name="winpopup">Enable pop-up messages sending on windows. (same as good old "net send" messages ;])</flag>
</use>
</pkgmetadata>
|