a61a488800
Gajim 0.7 contains several improvements: * Ability for groupchat reserved rooms with full affiliations and roles support * Popup notification for incoming events. * Protocol icons for contacts from transports. * Gajim's user interface is now more HIG compliant. * Gajim now detects and can send operating system information. * Gajim now can inform the user about new version availability. * Gajim jabber library migration from jabberpy to xmpppy * Rewrite the plugin system to remove threads and improve latency. * Gajim now supports Nodes in Service Discovery. * Greek and Polish translations PR: ports/81515 Submitted by: maintainer
8 lines
231 B
Text
8 lines
231 B
Text
--- scripts/gajim.orig Thu May 26 16:40:05 2005
|
|
+++ scripts/gajim Thu May 26 16:40:23 2005
|
|
@@ -23,4 +23,4 @@
|
|
|
|
cd PREFIX/share/gajim/src
|
|
export PYTHONPATH="$PYTHONPATH:PREFIX/lib/gajim"
|
|
-python -OO gajim.pyo
|
|
+python -OO gajim.py
|