Age | Commit message (Collapse) | Author |
|
|
|
|
|
#30907)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(needed by asciidoc to build doc)
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
- Only call Tcl_CreateNamespace when available in the public API,
fix compatibility with older release
|
|
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We now provide a FindNcurses.cmake to find the library used
and we define the right cpp variable when we compile the curses gui.
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
|
|
|