1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

Add Jabber plugin (alpha version, many Jabber features are missing)

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).
This commit is contained in:
Sebastien Helleu
2009-01-15 15:29:05 +01:00
parent c717d206cd
commit 18a62f1dac
118 changed files with 14824 additions and 752 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-buffer.c: manages buffers for IRC plugin */
/* irc-buffer.c: buffer functions for IRC plugin */
#include <stdlib.h>