mirror of
https://github.com/gryf/weechat-highlightxmpp.git
synced 2025-12-18 03:50:22 +01:00
Update headers and add sleekxmpp note.
This commit is contained in:
3
README
3
README
@@ -2,9 +2,12 @@ When loaded, this plugin will send you a message over XMPP (Jabber) when a
|
|||||||
highlighted message or a private message is received. Great for running under
|
highlighted message or a private message is received. Great for running under
|
||||||
a detatched terminal where you're not always looking at your IRC window.
|
a detatched terminal where you're not always looking at your IRC window.
|
||||||
|
|
||||||
|
Requires SleekXMPP (`pip install sleekxmpp`)
|
||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
* 0.5:
|
* 0.5:
|
||||||
- switch to sleekxmpp as xmpp library (http://github.com/fritzy/SleekXMPP)
|
- switch to sleekxmpp as xmpp library (http://github.com/fritzy/SleekXMPP)
|
||||||
|
|
||||||
* 0.4:
|
* 0.4:
|
||||||
- Actually fixed random XML appearing in messages.
|
- Actually fixed random XML appearing in messages.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
# HighlightXMPP 0.4 for IRC. Requires WeeChat >= 0.3.0 and Python >= 2.6.
|
# HighlightXMPP 0.5 for IRC. Requires WeeChat >= 0.3.0,
|
||||||
|
# Python >= 2.6, and sleekxmpp.
|
||||||
# Repo: https://github.com/jpeddicord/weechat-highlightxmpp
|
# Repo: https://github.com/jpeddicord/weechat-highlightxmpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009-2012 Jacob Peddicord <jpeddicord@ubuntu.com>
|
# Copyright (c) 2009-2015 Jacob Peddicord <jacob@peddicord.net>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -41,7 +42,7 @@ if sys.version_info < (3, 0):
|
|||||||
|
|
||||||
info = (
|
info = (
|
||||||
'highlightxmpp',
|
'highlightxmpp',
|
||||||
'Jacob Peddicord <jpeddicord@ubuntu.com>',
|
'Jacob Peddicord <jacob@peddicord.net>',
|
||||||
'0.5',
|
'0.5',
|
||||||
'GPL3',
|
'GPL3',
|
||||||
"Relay highlighted & private IRC messages over XMPP (Jabber)",
|
"Relay highlighted & private IRC messages over XMPP (Jabber)",
|
||||||
|
|||||||
Reference in New Issue
Block a user