File: NEWS

package info (click to toggle)
irssi-plugin-xmpp 0.53-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,540 kB
  • ctags: 1,676
  • sloc: ansic: 8,300; makefile: 110; perl: 58
file content (54 lines) | stat: -rw-r--r-- 2,104 bytes parent folder | download | duplicates (2)
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
0.53 - 18/03/2016

	- Irssi 0.8.18 support
	- Bug fixes and stability improvements

0.52 - 15/02/2012

	- Add a way to dynamicly change the priority while away
	  (setting "xmpp_priority_away")
	- No more password prompt on reconnection
	- Don't forget the resource part of the jid on reconnection
	- Fix MUC invites to be compliant
	- and some minor bug, typo and spelling mistakes fixes

0.51 - 14/05/2010

        + Add STARTTLS support (enabled by default if the parameter -ssl
          is not specified)
	- Rework the way connections are performed
	- Add a password prompt if no password was specified
        - Add a connection timeout in case there is no response from the
          server, so the connection will be reseted after a certain
          amount of time (setting "server_connect_timeout")
	- /CYCLE command
	- and many others minor changes and fixes

0.50 - 07/08/2009

	+ Complete rewrite with a modular architecture
	+ Better integration in irssi, many bug fixes and a big code cleanup
	+ Better support of XMPP
	+ Multi-User Chat (XEP-0045), Entity Use Cases and Occupant Use Cases
	+ Message Events (XEP-0022) and Chat State Notifications (XEP-0085)
	  showed in the status-bar (status-bar "xmpp_composing"), you can
	  disable events sending (setting "xmpp_send_composing")
	+ XMPP Ping (XEP-0199) support using the command /PING, it also allows
	  the lag-meter to work
	+ Software Version (XEP-0092) support using /VER and vCard (XEP-0054)
	  using /WHOIS (partial retrieve)
	+ Delayed Delivery (XEP-0203) support
	+ Better UTF-8 support
	+ HTTP proxy support
	+ commands /XMPPCONNECT and /XMPPSERVER to connect easily to an
	  account
	+ command /XMPPREGISTER to register an account using the In-Band
	  Registration (XEP-0077)
	- /ME command on queries and rooms
	- tab completion of JIDs, resources, user names and groups
	  (even with spaces)
	- changing the priority (setting "xmpp_priority") takes effect
	  immediately
	- basic status changes window (setting "xmpp_status_window") and raw
	  window (setting "xmpp_raw_window")
	- and many others minor changes and fixes