weechat-xmpp
weechat-xmpp copied to clipboard
A fork of the jabber plugin for weechat
It would be super cool to have the OTR support on this weechat plugin ! I don't ever know how XMPP is doing this.
when i use strace with weechat's pid it show me log as follows: fcntl(42, F_GETFD) = 0 poll([{fd=5, events=POLLIN}, {fd=9, events=POLLIN}, {fd=11, events=POLLIN}, {fd=0, events=POLLIN}, {fd=29, events=POLLIN}, {fd=22, events=POLLIN}, {fd=27,...
Added autojoin Feature ! Not working yet, see the "#PLS" comment. Working only by adding your room to the server.autojoin option IN the config file `jabber.conf`. Edit: Patch okay waiting...
The following traceback was generated: ``` python: stdout/stderr: Traceback (most recent call last): python: stdout/stderr: File "/usr/share/weechat/python/jabber.py", line 1952, in jabber_fd_cb python: stdout/stderr: server.recv() python: stdout/stderr: File "/usr/share/weechat/python/jabber.py", line 686,...
In Fact a better Argument parsing would be better. https://docs.python.org/3/library/argparse.html Il would be great if thoses kind of part use argparse: ```python def jabber_cmd_jabber(data, buffer, args): """ Command '/jabber'. """...
Is is possible to update the README with the usage? Is it the same as the short explanation listed here? http://dev.weechat.org/post/2010/08/04/Script-jabber.py
1. /jroom [email protected] nick 2. /close 3. /jroom [email protected] nick Fails at the 3rd step.