summaryrefslogtreecommitdiff
path: root/chat/telepathy-gabble/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-04-01We need to tell configure which python binary to use.roy1-1/+2
2009-02-23Update to 0.7.21, convert to user-destdir.wiz1-3/+5
telepathy-gabble 0.7.21 (2009-02-19) ==================================== The "what?! why do I have flowers outside of my window?" release. Dependencies: * telepathy-glib 0.7.23 is now required Enhancements: * Implement new tube API for muc stream tubes * Implement new tube API for 1-1 and muc D-Bus tubes * Implement the Messages interface for Text channels. Changes: * In multi-user chats, the point at which Sent is emitted has changed. Previously, Sent was emitted when the message was echoed back to you by the server; now, it is emitted (as is Messages.MessageSent) when you send the message. When the message is echoed, a delivery report is emitted with Messages.MessageReceived, and Received is emitted with an empty body and the Non_Text_Content flag set. Clients that don't understand the Messages interface should just immediately ack the ID in that signal. If clients want to preserve the total ordering of MUC messages, they now need to care about the Messages interface and watch out for the delivery report. Fixes: * Various tubes related leaks * fd.o#20003: fix a crash starting Jingle calls on some 64-bit platforms * fd.o#20133: fix various bugs where idle callbacks outlived their user-data. * Don't start sending video when the other side adds a video stream. telepathy-gabble 0.7.20 (2009-01-02) ==================================== The "crêpes du belge" release. Enhancements: * Implement the draft version of Location from telepathy-spec 0.17.19 * Announce generic tube capabilities when contacts support tubes Fixes: * Don't get confused if MUC services auto-rename us (as much as is possible) * Don't get confused if we have to change our own nick in order to join a MUC * Set the correct actor when Jingle sessions are terminated * Don't omit offline, unknown and error from Statuses and GetStatuses() (regression in 0.7.19) * Close and ChannelClosed signals are now fired when a tube is closed (new API) telepathy-gabble 0.7.19 (2009-01-29) ==================================== The "redecorated" release. Fixes: * Don't crash when closing a muc channel containing an closed D-Bus tube. * Don't resurrect removed streams if the call responder includes them in session-accept * Don't crash in calls if using glib with debugging enabled (fd.o #19327). * Don't crash when removing contact from known list (fd.o #19524). * Fix D-Bus muc tubes (dev.sugarlabs.org #60). * Fix refcount leak in jingle code (fd.o #19385). * Don't crash if "offline" presence status is requested. * Raise the appropriate error from RequestHandles for telepathy-spec 0.17.18 compliance (fd.o #19611).
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2009-02-09Remove Python 2.1 support.joerg1-2/+2
2009-02-07More py-expat dependencies for Python 2.3 and 2.4.joerg1-1/+6
2009-01-13Update to 0.7.18:wiz1-3/+3
telepathy-gabble 0.7.18 (2009-01-06) ==================================== The "The Orchestral Tubular Socks" Enhancements: * Implement SOCKS5 bytestreams (XEP-0065) in stream tubes. * Implement a stream initiation fallback mechanism allowing to use IBB if we can't connect to peer using SOCKS5. Fixes: * Don't crash on setting presence if there are open MUC Tubes. * Stream tube channel advertises the immutable channel properties, including those not on the Channel interface. telepathy-gabble 0.7.17 (2008-12-14) ==================================== The "I accidentally an entire call *and* MUC" release. Dependencies: * dbus 1.1.0 (D-Bus Tubes are no longer conditionally compiled) * dbus-glib 0.78 (fixes support for complex types in hashtables) Enhancements: * Add support for the new draft ContactCapabilities spec to communicate tube capabilities. Fixes: * Incoming Jingle calls are no longer automatically accepted when the call is connected and the local codecs are ready. * Incoming MUC invites are no longer automatically accepted when changing your presence. * fd.o #18918: Send codec parameters according to XEP-0167. * Various Jingle tweaks. telepathy-gabble 0.7.16 (2008-12-02) ==================================== The "what could possibly go wrong" release. This release contains the reworked Jingle engine with support for latest Jingle draft (XEP-0166 v0.32), and Google's Jingle variants as used in their desktop client and recently launched Googlemail client. This release has no known regressions, but as we have done extensive changes to the Jingle engine, you might want to restrict this release to experimental distributions like Debian experimental and Fedora rawhide for now. Enhancements: * fd.o #15908: refactor Jingle state machine * fd.o #15907: Update real-Jingle implementation to XEP-0166 v0.25 * fd.o #13159: support current Google Talk protocol * Misc Tubes-related enhancements and fixes Fixes: * fd.o #18404: fix race condition in tests/twisted/roster/ensure.py * Fixes for double freeing in dispose in channel managers
2008-11-14Initial import of telepathy-gabble-0.7.15:wiz1-0/+27
A Jabber/XMPP connection manager that handles single- and multi-user chats and voice/video calls.