[Telepathy] Telepathy-salut 0.1.1 released

Sjoerd Simons sjoerd at luon.net
Sat Mar 17 16:05:13 PDT 2007


Hi, 

  I've just released Salut 0.1.1. It contains several bugfixes and is updated
  to the latest link-local XEP :) 

  Tarball at: 
    http://telepathy.freedesktop.org/releases/telepathy-salut/telepathy-salut-0.1.1.tar.gz
  
  Darcs changes below

    Sjoerd

Sat Mar 17 22:30:43 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  tagged telepathy-salut 0.1.1

Sat Mar 17 22:29:00 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Version 0.1.1

Sat Mar 17 22:24:17 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * lib/gibber/Makefile.am: Add the signal marshal lists to EXTRA_DIST

Sat Mar 17 22:21:52 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Remove sasl-test.db when cleaning

Sat Mar 17 22:20:49 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Use sasl-test.db as filename for the sasl test

Sat Mar 17 22:00:25 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * tests/Makefile.am: rename run-test.sh to run-xmpp-connection-test.sh

Sat Mar 17 21:39:31 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutContactManager: Rethink refcounting. Fixes chrashes after disconnect

Sat Mar 17 21:37:42 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutContact: Add function to know if the contact is still backed by services

Fri Mar 16 22:36:31 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutSelf: Set port.p2pj to the port we're listening on.. Some clients still use this deprecated record

Fri Mar 16 22:28:05 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * TextMixin: Put both an xhtml-im and a plaintext node in messages, works around a sill Adium bug

Fri Mar 16 22:26:30 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add xhtml-im and w3c xhtml namespace

Fri Mar 16 20:33:47 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutSelf: Add hardcoded port.p2pj in TXT and set txtvers=1 for iChat and Adium compatibility

Fri Mar 16 20:33:03 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutImManager: Fix typo stream-opened signal name and fix callback prototype

Fri Mar 16 17:09:06 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Send to and from on stream opening.. And an empty stream features if we are the receiving party

Fri Mar 16 15:50:35 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutContact: First try to use the nick TXT field as the contact alias, fallback to 1st + last if that's not available

Thu Mar 15 19:35:45 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutContact: Signal presence and alias changed when the contact is first found

Thu Mar 15 16:33:16 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add nickname parameter to the connection and publish it in the presence as specified by the latest XEP-0174 revision

Thu Mar 15 16:29:18 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutSelf: Only set the msg TXT record if a status_message is set

Thu Mar 15 16:24:37 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutSelf: Initially there is no status messages (instead of Available)

Thu Mar 15 16:02:18 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * lib/gibber/examples/Makefile.am: remove unused _CFLAGS definition

Thu Mar 15 16:00:48 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * configure.ac: fix HAVE_LIBSSL misspelling

Thu Mar 15 15:38:53 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Make libssl and libsasl2 build depencies optional

Thu Mar 15 13:36:50 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutContact: Set a contacts status_message to NULL if there is no msg TXT record

Thu Mar 15 13:19:59 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutConnection: Only pass a status message if their is actually one

Thu Mar 15 13:17:32 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutSelf: Only set the msg field iff a status messages has been set

Thu Mar 15 13:16:19 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutAvahiEntryGroup: Allow single records to be removed by key

Wed Mar 14 13:35:37 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Refactor the multicast muc transport into gibber and the multicast-muc-connection

Wed Mar 14 13:33:04 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberMulticastTranport: Make an internal function static

Wed Mar 14 13:32:28 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberMulticastTransport: fix #include of gibber-transport

Tue Mar 13 19:43:38 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: Compile fixes

Tue Mar 13 13:59:15 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: Add a non-streaming mode

Tue Mar 13 12:58:10 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: Allow the connection to be created without an underlying transport

Thu Mar  1 15:51:12 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Refactor the multicast code from salut into GibberMulticastTransport

Thu Mar  1 15:49:17 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * gibber-debug.h: Fix typo in __DEBUG_H__ define

Mon Feb 19 23:54:20 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * test-ssl: Change from doing old-style ssl to proper tls with starttls

Mon Feb 19 23:53:07 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: Add functions to disengage the connection from the transport and re-engage it on top of a new transport

Mon Feb 19 23:52:17 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * gibber-namespaces.h: Add TLS namespace

Mon Feb 19 00:02:11 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberSSLTransport: Ensure libssl fully drained the input buffer after receiving input

Sat Feb 17 23:11:39 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * tests/Makefile.am: Add test-sasl-auth to TESTS

Sat Feb 17 23:10:59 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * test-sasl-auth.c: Run several test cases

Sat Feb 17 23:10:01 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * TestSaslAuthServer: Handle PLAIN correctly and add the possibility to simulate problems

Sat Feb 17 23:09:00 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * test-xmpp-connection: Iterate the main context untill there are no more events pending

Sat Feb 17 23:08:15 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * TestTransport: Send out data only in the idle loop to prevert ordering issues

Sat Feb 17 23:07:03 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: Mark stream as closed after calling connection_restart

Sat Feb 17 18:06:05 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add start of a sasl auth test

Sat Feb 17 18:05:37 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * configure.ac: Check for libsasl2

Sat Feb 17 18:05:05 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: Add function to restart the stream, which allows the other side to reopen the connection (After say a sasl authentication)

Sat Feb 17 18:03:28 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberSaslAuth: Remove spurious arguments to a debug statement

Sat Feb 17 18:02:55 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberSaslAuth: Cope with empty challenges (which are invalid)

Sat Feb 17 13:35:57 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * gibber-namespaces: Add the jabber stream namespace

Sat Feb 17 13:34:45 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppReader: Make gibber_xmpp_reader_push reentrant

Fri Feb 16 12:19:50 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberSaslAuth: Generate a 256 bit random cnonce instead of using a hardcoded one

Fri Feb 16 11:35:42 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: Only reset after we reopen our own stream, not after the other side has opened their stream

Fri Feb 16 11:34:54 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * TestXmppConnection: Immediately stop the test if parsing has failed

Thu Feb 15 20:55:10 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberSaslAuth: Add support for the PLAIN auth mechanism

Thu Feb 15 20:54:17 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppConnection: If the stream is re-opened reset the xml reader

Thu Feb 15 20:53:41 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppWriter: Turn of indenting of the output stream for now

Thu Feb 15 20:50:36 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppReader: Add ability to reset the reader when needed

Thu Feb 15 17:06:33 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Implement an SSL transport for gibber

Thu Feb 15 17:06:10 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberSaslAuth: Rename the error quak from salut_gibber_auth_failed to gibber_sasl_auth_error

Thu Feb 15 12:31:55 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add newlines add the end of the authentication successfull/failed messages

Thu Feb 15 12:31:17 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add makefile rules to always build libgibber.la when needed

Thu Feb 15 11:55:01 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Added SASL authentication helper for gibber (just digest-md5 for now)

Tue Feb 13 16:52:32 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add normal TCP transport and a tiny example using it

Tue Feb 13 16:51:44 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutXmppWriter: Add debugging to stream open and close

Tue Feb 13 15:45:00 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add GibberFdTransport
  
  Added a GibberFdTransport Object, which can be used as a bse for any transport 
  using a file descriptors. Includes overridable read and write virtual
  functions for transport that don't want to use the default 
  g_io_channel_{read,write}_chars based functionality
  

Tue Feb 13 14:26:33 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Push received transport data through handler functions instead of signals

Tue Feb 13 13:54:32 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutMucChannel: Discard stanza's from other groups

Tue Feb 13 13:52:55 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutMucChannel: Throw errors if joining the muc failed

Tue Feb 13 13:52:12 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutMulticastMucTransport: Truly join random link-local multicast addresses when a new group is created and return errors if joining failes

Tue Feb 13 11:08:07 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SalutMucChannel, SalutMucManager: Specify the on-the-wire muc name in a SalutMucChannel property

Tue Feb 13 11:06:37 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberLLTransport: Don't writeout the raw data in debugging, it could be binary

Tue Feb 13 11:05:59 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppNode: Assert that attribute values are !NULL

Tue Feb 13 11:05:08 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * GibberXmppWriter: Add debugging

Tue Feb 13 11:04:19 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Makefile.am: Add lib to SUBDIRS

Thu Feb  8 16:51:21 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add debugging

Thu Feb  8 16:50:51 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Don't print out the received data, just the size. It might be purely binary

Thu Feb  8 16:49:09 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add the right intset to localpending in the group mixin

Thu Feb  8 16:48:29 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Aadd debugging category for the muc connection

Thu Feb  8 16:47:57 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add libgibber.la to LDADD of telepathy_salut and write_mgr, so Make can work out the depends correctly

Thu Feb  8 16:47:08 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Reinitialize the parser after each chunk when not in stream mode

Thu Feb  8 16:46:31 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add debugging

Thu Feb  8 16:46:05 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Don't print input data just the number of bytes we receiverd. Input might be purely binary

Thu Feb  8 16:45:34 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add xmpp debugging categories

Tue Feb  6 00:46:50 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Implement GetPresence on the connections Presence interface

Tue Feb  6 00:46:07 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Merge with the telepathy-errors generated out of the spec

Tue Feb  6 00:45:32 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Implement GetLocalPendingMembersWithInfo on the group interface

Tue Feb  6 00:45:10 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Implement GetLocalPendingMembersWithInfo on the group interface

Tue Feb  6 00:44:01 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Implement GetLocalPendingMembersWithInfo helper in the group-mixin

Tue Feb  6 00:42:53 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Update to the latest spec revision

Fri Feb  2 15:08:44 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * port'' to gibber

Fri Feb  2 15:08:00 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Merge conflicts causes by gibber splitout

Fri Feb  2 14:48:00 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Fix conflicts in libgibber

Fri Jan 26 15:27:00 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Ref the SalutConnection that the mucchannel holds

Thu Jan 25 00:10:56 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * If not in stream mode, clear the parser for every new buffer

Wed Jan 24 23:54:24 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Xmpp stanza end on depth 1 in stream mode and depth 0 in non-streaming mode

Wed Jan 24 23:51:08 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Let the muc manager listen for stanza's instead of messages and add  some extra debugging info

Wed Jan 24 23:11:17 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Let the muc channel use a muc connection

Wed Jan 24 23:10:41 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Remove unneeded signals from the muc-connection and open reader and writer in non stream mode

Wed Jan 24 23:09:34 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Let the xmpp reader provide a non-stream mode

Wed Jan 24 23:09:05 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Provide a non-stream mode

Wed Jan 24 23:08:27 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Cut away trailing whitespace

Wed Jan 24 21:58:21 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Finish the renaming to SalutMucConnection and friends

Wed Jan 24 21:47:44 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add a specialized connection for mucs

Wed Jan 24 21:46:36 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Also compile the salut-muc-connection

Wed Jan 24 21:46:16 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Finalize the text mixin when finalizing muc channels

Tue Jan 23 13:02:45 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Only recognize the standard stream namespaces after a stream open

Mon Jan 22 21:50:18 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Merge EXTRA_DIST of both branches

Mon Jan 22 21:42:34 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add namespaces.h to the CORE_SOURCES

Sun Jan 21 20:24:01 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Port the muc stuff to use the new internal xmpp magic.. Compiles, but won't just work yet

Sat Jan 20 15:48:36 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Merge Makefile.am from salut head an groups branch

Wed Dec 13 14:59:04 CET 2006  Sjoerd Simons <sjoerd at luon.net>
  * Remove the source watches when closing the multicast io channel

Tue Dec 12 20:47:57 CET 2006  Sjoerd Simons <sjoerd at luon.net>
  * Send and use multicast group parameters

Thu Nov 30 15:19:06 CET 2006  Sjoerd Simons <sjoerd at luon.net>
  * Add initial muc support with a multicast backend

Fri Feb  2 14:37:11 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Refactor xmpp magic into it's own seperate library

Mon Jan 29 12:14:01 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add a ref to our self_handle

Mon Jan 29 12:09:34 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add a ref to our self_handle

Wed Jan 24 23:49:07 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Fix searching for attributes and searching for children with namespaces in xmpp-node

Tue Jan 23 16:04:29 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Finalize the text mixin if the im channel is finalizing

Mon Jan 22 21:11:31 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Clean up the test output in a clean-local makefile rule

Mon Jan 22 20:55:52 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * If nodes or attributes are in the stream namespace, use the stream prefix

Mon Jan 22 20:54:11 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add TLS stream opening test input.. Shows that we understand the stream prefix when reading and writing

Mon Jan 22 20:23:53 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Make sure the test inputs are in the dist

Mon Jan 22 20:23:13 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Let run-test.sh return with a non-zero status if a test failed and use  so make distcheck correctly runs the tests

Mon Jan 22 19:30:48 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Ensure that the xmpp connection isn't disposed while pushing data into the reader

Mon Jan 22 19:19:01 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add version parameter to the stream opening functions and signals

Mon Jan 22 19:17:40 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * If ns == NULL use 0 for the Quark

Mon Jan 22 18:57:11 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Force the parser to replace all entities, even &amp;!

Mon Jan 22 18:55:10 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add the xmpp writer object implementation

Mon Jan 22 17:24:48 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Factor out the xmpp writer to a seperate object

Mon Jan 22 17:24:18 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add a stream opening with some nice xml entities

Mon Jan 22 15:43:53 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Let the connection test print the stream openings to and from attibutes

Mon Jan 22 15:41:35 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * The xmpp reader needs to return when no error has been encountered instead of false

Mon Jan 22 15:40:03 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Actually parse to and from stream attributes

Mon Jan 22 13:08:34 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Refactor xmmp reading code into it's own object

Sat Jan 20 18:20:37 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Implement salut_xmpp_node_get_child_ns

Sat Jan 20 17:02:49 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Set to attribute in messages

Sat Jan 20 16:37:47 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Remove the unused salut_transport_emit_send_error prototype

Sat Jan 20 15:26:11 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Also write namespaces for the attributes if needed

Sat Jan 20 15:06:42 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add some state to the xmlwriter, so it only defines a new namespace only when it's necessary

Sat Jan 20 12:25:15 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Rename the simple-message2 test to simple-message-attrnamespace

Sat Jan 20 12:23:51 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add groupchat invite testcase

Thu Jan 18 20:35:20 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Contrived change to simple-message to give an attribute a namespace

Thu Jan 18 20:34:20 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Check for tests failure by comparing the exit code with 0

Thu Jan 18 20:29:55 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Recognize namespace for attributes

Thu Jan 18 20:21:01 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Handle passing NULL to salut_xmpp_node_set_ns

Thu Jan 18 20:20:28 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * SUCCESS should be printed to stderr too and correctly recognize a failed exit

Thu Jan 18 20:13:51 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Cast xmlChar to gchar when setting the namespace

Thu Jan 18 20:12:54 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Set the node namespace in a common code path

Thu Jan 18 20:11:19 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Set the language in the output xml

Thu Jan 18 20:09:59 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Recognize xml:lang to set the langauge of a node

Thu Jan 18 20:08:59 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Print language of it's node if set

Thu Jan 18 20:07:52 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add an xml output file and re-send-out received stanza

Thu Jan 18 20:06:15 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add a test script to run the tests :)

Thu Jan 18 20:05:08 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add language as a property for xmpp node

Thu Jan 18 15:13:25 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add a simple testcase

Thu Jan 18 15:13:08 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Let the xmpp connection test print out a parse tree like we get from the connection

Thu Jan 18 14:42:51 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * If a node's content is purely whitespace remove it

Thu Jan 18 14:13:00 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Let the xmpp connection send the stream-closed signal when the stream is closed

Thu Jan 18 13:30:43 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Add test transport object

Thu Jan 18 13:29:59 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Fix convenience typo in tests/Makefile.am

Thu Jan 18 13:05:45 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Setup a dummy testing infrastructure

Thu Jan 18 12:51:39 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Changed xmpp node to support namespaces

Thu Jan 18 12:47:18 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  * Bump version to 0.1.0.1

Wed Jan 17 23:31:02 CET 2007  Sjoerd Simons <sjoerd at luon.net>
  tagged telepathy-salut 0.1.0

-- 
Only God can make random selections.


More information about the Telepathy mailing list