File: NEWS

package info (click to toggle)
irssi-plugin-xmpp 0.13%2Bcvs20080610-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 528 kB
  • ctags: 619
  • sloc: ansic: 6,716; makefile: 111
file content (22 lines) | stat: -rw-r--r-- 970 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1.0 - ??/03/2008

	+ Better support of XMPP
	+ Better integration in irssi, many bug fixes and a big code cleanup
	+ Multi-User Chat (XEP-0045), Entity Use Cases and Occupant Use Cases
	+ Message Events (XEP-0022) showed in the statusbar
	  (statusbar "xmpp_composing"), you can disable events sending
	  (setting "xmpp_send_composing")
	+ XMPP Ping (XEP-0199) using /PING, it also allows the lagmeter to work
	+ Software Version (XEP-0092) using /VER and vCard (XEP-0054) using /WHOIS
	  (retrieve only)
	+ Better UTF-8 support
	+ HTTP proxy support
	- commands /XMPPCONNECT and /XMPPSERVER to connect easily to an account
	- /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