Commit Graph

14 Commits

Author SHA1 Message Date
Jacob Peddicord 0e78873a71 Merge pull request #6 from gryf/sendxmpp
Use commandline tool for sending XMPP messages.
2021-01-23 16:19:57 -08:00
gryf 16f60ee26d Use commandline tool for sending XMPP messages.
Loading sleekxmpp library with current Weechat version, causes to
highlightxmpp to fail. Probable reason is that sleekxmpp heavily uses
threading, while Weechat docs[1] clearly states, that threads shouldn't
be used.

[1] https://weechat.org/files/doc/stable/weechat_scripting.en.html#weechat_architecture
2021-01-02 19:39:34 +01:00
Jacob Peddicord 6c7c37f0c3 Update headers and add sleekxmpp note. 2015-10-18 14:08:59 -07:00
Jacob Peddicord 4278e196c3 Merge pull request #2 from Mic92/master
switch to better maintained sleekxmpp
2015-10-18 13:35:13 -07:00
Jörg Thalheim 9dc1c1c01f switch to better maintained sleekxmpp 2015-10-11 08:43:02 +02:00
Jacob Peddicord ccdd39151c Bump version 2012-03-25 11:10:20 -04:00
Jacob Peddicord 5ed160cdba Actually fix XML appearing in message.
This would happen on first send and after reconnecing.
I was re-using msg accidentally, and the XML was being re-packed.
2012-03-25 11:05:27 -04:00
Jacob Peddicord 8fd37e7ee7 Release 0.3.
Force message type to 'chat', ignore deprecation warnings,
update some notes.
v0.3
2011-07-31 22:04:33 -04:00
Jacob Peddicord fec4a9b403 add XMPP to the beginning of log messages 2010-04-07 12:27:04 -04:00
Jacob Peddicord 38be5cb359 remove trial message, it's unnecessary 2010-04-07 11:17:50 -04:00
Jacob Peddicord 78a7858be0 fix concatenation error 2010-04-06 12:21:19 -04:00
Jacob Peddicord 06ce1a2fa8 add a delay between reconnection attempts 2010-04-05 08:45:37 -04:00
Jacob Peddicord ce6c549263 try to recover from a failed send 2010-04-05 08:41:28 -04:00
Jacob Peddicord 02c964b49f initial commit 2010-04-05 08:35:55 -04:00