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).
41 lines
2.1 KiB
XML
41 lines
2.1 KiB
XML
<!-- commands -->
|
|
|
|
<!ENTITY alias_commands.xml SYSTEM "autogen/alias_commands.xml">
|
|
<!ENTITY aspell_commands.xml SYSTEM "autogen/aspell_commands.xml">
|
|
<!ENTITY charset_commands.xml SYSTEM "autogen/charset_commands.xml">
|
|
<!ENTITY demo_commands.xml SYSTEM "autogen/demo_commands.xml">
|
|
<!ENTITY irc_commands.xml SYSTEM "autogen/irc_commands.xml">
|
|
<!ENTITY jabber_commands.xml SYSTEM "autogen/jabber_commands.xml">
|
|
<!ENTITY logger_commands.xml SYSTEM "autogen/logger_commands.xml">
|
|
<!ENTITY lua_commands.xml SYSTEM "autogen/lua_commands.xml">
|
|
<!ENTITY notify_commands.xml SYSTEM "autogen/notify_commands.xml">
|
|
<!ENTITY perl_commands.xml SYSTEM "autogen/perl_commands.xml">
|
|
<!ENTITY python_commands.xml SYSTEM "autogen/python_commands.xml">
|
|
<!ENTITY relay_commands.xml SYSTEM "autogen/relay_commands.xml">
|
|
<!ENTITY ruby_commands.xml SYSTEM "autogen/ruby_commands.xml">
|
|
<!ENTITY tcl_commands.xml SYSTEM "autogen/tcl_commands.xml">
|
|
<!ENTITY weechat_commands.xml SYSTEM "autogen/weechat_commands.xml">
|
|
<!ENTITY xfer_commands.xml SYSTEM "autogen/xfer_commands.xml">
|
|
|
|
<!-- config options -->
|
|
|
|
<!ENTITY aspell_options.xml SYSTEM "autogen/aspell_options.xml">
|
|
<!ENTITY charset_options.xml SYSTEM "autogen/charset_options.xml">
|
|
<!ENTITY irc_options.xml SYSTEM "autogen/irc_options.xml">
|
|
<!ENTITY jabber_options.xml SYSTEM "autogen/jabber_options.xml">
|
|
<!ENTITY logger_options.xml SYSTEM "autogen/logger_options.xml">
|
|
<!ENTITY relay_options.xml SYSTEM "autogen/relay_options.xml">
|
|
<!ENTITY weechat_options.xml SYSTEM "autogen/weechat_options.xml">
|
|
<!ENTITY xfer_options.xml SYSTEM "autogen/xfer_options.xml">
|
|
|
|
<!-- infos/infolists hooked -->
|
|
|
|
<!ENTITY alias_infos.xml SYSTEM "autogen/alias_infos.xml">
|
|
<!ENTITY fifo_infos.xml SYSTEM "autogen/fifo_infos.xml">
|
|
<!ENTITY irc_infos.xml SYSTEM "autogen/irc_infos.xml">
|
|
<!ENTITY jabber_infos.xml SYSTEM "autogen/jabber_infos.xml">
|
|
<!ENTITY logger_infos.xml SYSTEM "autogen/logger_infos.xml">
|
|
<!ENTITY relay_infos.xml SYSTEM "autogen/relay_infos.xml">
|
|
<!ENTITY weechat_infos.xml SYSTEM "autogen/weechat_infos.xml">
|
|
<!ENTITY xfer_infos.xml SYSTEM "autogen/xfer_infos.xml">
|