This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
21 lines
627 B
XML
21 lines
627 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
********* WARNING! *********
|
|
|
|
This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
|
|
docgen.pl builds XML doc files to include in many languages
|
|
-->
|
|
|
|
<command>/aspell dictlist | enable lang | disable | addword [lang] word</command>
|
|
<programlisting>
|
|
aspell plugin configuration
|
|
|
|
dictlist: show installed dictionaries
|
|
enable: enable aspell on current buffer
|
|
disable: disable aspell on current buffer
|
|
addword: add a word in your personal aspell dictionary
|
|
|
|
Input line beginning with a '/' is not checked, except for some commands.
|
|
</programlisting>
|
|
|