forked from lhost/sendxmpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
78 lines (61 loc) · 2.8 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2014-09-13:
- released version 1.24
- new config format supported - key: value
2012-10-28:
- released version 1.23
- added options --no-tls-verify and --tls-ca-path, thanks to Alexander Weidinger <aw AT sz9i.net>
2012-10-20:
- CVS repository of sendxmpp migrated to Git repository https://github.com/lhost/sendxmpp
- Homepage URL changed to http://sendxmpp.hostname.sk
2008-10-21:
- Added support for 'chat' message type. Implemented modified version of
messsage-type-chat.patch from Marc Mims <marc AT questright.com>
Supported message types are 'message', 'chat', 'headline'.
Default message type is 'message'.
2008-08-25:
- Fix: fixed parsing of account with specific connection host
Thanks to Klaus Alexander Seistrup <klaus AT seistrup.dk>
2007-09-10:
- Fix: config file permission check did not allow read only file (Andrej Mikus)
- Fix: authentication to Google Talk server (Andrej Mikus)
- Feature: added a -l/--headline option to sendxmpp, to allow to send
a headline type message(Jerome Sautret <[email protected]>)
2007-03-25:
- Fix: groupchat message doesn't has subject attribute. Thanks to Jakub Tucek <public AT otaznik.net>
2006-10-17:
- Added support for raw XML messages. Thanks to David Ammouial <da AT weeno.net>
- Documentation enhancement. Thanks to David Ammouial <da AT weeno.net>
2006-10-04:
- Fixed sending of UTF-8 messages: patch from Denis Shaposhnikov <dsh AT vlink.ru> [2006-03-31]
- Print error message on connect error. Patch from Jean-Baptiste Quenot <jbq AT caraldi.com> [2006-07-17]
- Added multiple recipient patch by Lubomir Host <[email protected]> [2006-08-30]
- Fixed bug with -message parameter. Thanks to Thomas Warnick <thwarnick AT gmail.com> [2005-09-06]
- Homepage URL changed to http://sendxmpp.platon.sk
2006-09-25: maintainer change
- New maintainer is Lubomir Host <[email protected]>
2005-05-07: version 0.0.8 released.
- add options to specify non-default ports
- updated documentation
2005-05-02: version 0.0.7 released / version 0.0.7.1.
- add --interactive mode to send from stdin line-by-line
- fix for typo ==> 0.0.7.1
- documentation updates
2004-12-07: version 0.0.6 released.
- fix for installation paths
2004-12-01: version 0.0.5 released.
- don't be too picky about passwords
- verbose output
- better error handling
- improved documentation
- use subject for chatroom
2004-11-21: version 0.0.4 released.
- small fixes
- packaging (after Gentoo request)
- documentation (man)
2004-11-17: version 0.0.3 is released. New features are:
- Support for authentication using SSL/TLS;
- Support for sending messages to chatrooms;
- Support for providing login information on the command line;
- Improved error handling;
- NOTE: the .sendxmpprc format has changed.
2004-11-01: version 0.0.2 released. Initial release