summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.1.3telepathy-salut_0.1.3Sjoerd Simons2007-06-131-2/+2
* Require that both nickname and published-name are non-empthy when setSjoerd Simons2007-06-131-2/+4
* don't create the stanza if there is an error during build argument parsingGuillaume Desmottes2007-06-131-9/+17
* gibber-xmpp-stanza.c: use gibber_goto_if_reached and gibber_goto_if_fail duri...Guillaume Desmottes2007-06-131-6/+8
* gibber-debug: add gibber_goto_if_reached and gibber_goto_if_fail macrosGuillaume Desmottes2007-06-131-0/+22
* gibber-xmpp-stanza.c: use g_return_if_reached instead of g_assert_not_reached...Guillaume Desmottes2007-06-131-1/+1
* gibber-xmpp-stanza: typedef GibberBuildTagGuillaume Desmottes2007-06-132-6/+7
* gibber-xmpp-stanza.c: use type_names array to find the optionnal NS associate...Guillaume Desmottes2007-06-121-17/+25
* gibber-xmpp-stanza.c: use the sub_type_names array instead of a switch to che...Guillaume Desmottes2007-06-121-68/+54
* test-stanza-build.c: test if the stanza is not NULLGuillaume Desmottes2007-06-121-0/+1
* gibber-namespaces.h: add #define test to protect against multi inclusionGuillaume Desmottes2007-06-121-0/+5
* gibber-xmpp-stanza.c: properly handle STREAM typesGuillaume Desmottes2007-06-121-2/+8
* ibber-xmpp-stanza.c: use static array instead of big switch to find subtype's...Guillaume Desmottes2007-06-123-58/+38
* gibber-xmpp-stanza.c: use static array instead of big switch to find type's nameGuillaume Desmottes2007-06-122-39/+28
* gibber-xmpp-stanza.c: use g_slist_delete_link instead of 4 instructions doing...Guillaume Desmottes2007-06-121-6/+2
* gibber-xmpp-stanza.c: remove useless case GIBBER_STANZA_END in gibber_xmpp_st...Guillaume Desmottes2007-06-121-4/+0
* gibber-debug.c: fix a leak in gibber_debug_stanzaGuillaume Desmottes2007-06-121-1/+4
* test-stanza-build.c: we have to unref the stanzaGuillaume Desmottes2007-06-121-1/+1
* add a gibber_xmpp_stanza_build simple testGuillaume Desmottes2007-06-122-1/+99
* gibber-xmpp-stanza: implement gibber_xmpp_stanza_buildGuillaume Desmottes2007-06-122-2/+359
* move DEBUG_STANZA to gibber-debugGuillaume Desmottes2007-06-114-86/+95
* resolve conflict in src/debug.h due to merge with barisione's branchGuillaume Desmottes2007-06-111-2/+2
* Resolve src/debug.hSimon McVittie2007-06-061-4/+4
* Print the namespace of tags in debug_stanzaMarco Barisione2007-05-271-0/+4
* Add a DEBUG_STANZA macro to print the content of a stanzaMarco Barisione2007-05-172-0/+83
* salut-im-manager: return TP_CHANNEL_FACTORY_REQUEST_STATUS_NOT_AVAILABLE when...Guillaume Desmottes2007-06-081-6/+9
* Remove salut-muc-transport-iface, it's not used anymoreSjoerd Simons2007-06-123-185/+0
* Move SalutMucConnection to gibber as GibberMucConnectionSjoerd Simons2007-06-1210-232/+233
* Don't try to marshal enum's as int'sSjoerd Simons2007-06-1210-12/+12
* Don't ref the SalutConnection in SalutMucChannelSjoerd Simons2007-06-111-1/+0
* Give an NOT_AVAILABLE error instead of INVALID_ARGUMENT when asking olpc prop...Sjoerd Simons2007-06-111-1/+1
* Return "" when requesting aliases for an offline contactSjoerd Simons2007-06-111-2/+7
* Fix some silly memleaks in gibber-xmpp-node, spotted by Marco Barisione and M...Sjoerd Simons2007-06-111-0/+4
* Properly unref the multicast and rmulticast transportsSjoerd Simons2007-06-111-0/+2
* Use max_packet_size of the underlying transport instead of hardcoding 1500Sjoerd Simons2007-06-111-3/+10
* GibberMulticastTransport: Set max_packet_sizeSjoerd Simons2007-06-111-8/+1
* Put the packet to repair in the receivers list so the sender in the packet is...Sjoerd Simons2007-06-111-8/+23
* Enabled multicast loopingSjoerd Simons2007-06-111-2/+1
* No need to pass the name parameter to _get_connection, it's always the sameSjoerd Simons2007-06-111-7/+6
* SalutMucConnection: Use the right marshaller for receveived-stanzaSjoerd Simons2007-06-111-1/+1
* Use the right signature for the received-stanza signal from a salut-muc-conn...Sjoerd Simons2007-06-111-3/+6
* Properly return errors if we can't connect to the multicast channel in Reques...Sjoerd Simons2007-06-105-54/+118
* Output transport errors as debug tooSjoerd Simons2007-06-101-0/+1
* Check setsockopt returns and return/set error on failure. Also not that SO_RE...Sjoerd Simons2007-06-101-27/+29
* Streaming property no long existsSjoerd Simons2007-06-091-1/+1
* Actually disconnect from the rmulticast channel when the muc channel is closedSjoerd Simons2007-06-091-1/+4
* Disconnect the multicast transport if the rmulticast connection function retu...Sjoerd Simons2007-06-091-2/+6
* Add _disconnect api to SalutMucConnectionSjoerd Simons2007-06-092-0/+8
* Remove the session timeout on dispose and disconnectSjoerd Simons2007-06-091-0/+8
* Make salut-muc-connection a full transport handler instead of a child of gibb...Sjoerd Simons2007-06-084-176/+133