summaryrefslogtreecommitdiff
path: root/lib/gibber/gibber-muc-connection.c
Commit message (Expand)AuthorAgeFilesLines
* Use gibber-sockets.h within Gibber, instead of individual networking headersSimon McVittie2010-05-071-2/+1
* gibber-muc-connection: fix coding styleGuillaume Desmottes2008-12-151-1/+1
* update includes to use gibber-signals-marshal.h instead of signals-marshal.hGuillaume Desmottes2008-12-121-1/+1
* Make gibber conform to telepathy coding styleSjoerd Simons2008-06-041-286/+313
* After connecting the GibberRMTransport, no longer listen to GibberRMCTranspor...Sjoerd Simons2007-11-261-2/+5
* Fix conflictsSimon McVittie2007-11-051-11/+14
* Fix up inclusions of namespace headersSimon McVittie2007-11-021-0/+1
* Replace some references to rMulticast with CliqueSimon McVittie2007-11-021-2/+2
* Use new Clique namespace to represent the Clique protocol (XMPP-like messages...Simon McVittie2007-11-021-4/+4
* gibber-muc-connection.c: gibber_muc_connection_new_stream: make code easier t...Guillaume Desmottes2007-10-251-1/+8
* gibber-muc-connection: fix a typo in commentGuillaume Desmottes2007-10-251-1/+1
* add gibber_muc_connection_new_stream and gibber_muc_connection_free_streamGuillaume Desmottes2007-10-251-0/+73
* GibberMucConnection: Remove trailing spacesSjoerd Simons2007-11-051-33/+33
* GibberMucConnection: Document the signal parameters that don't have specific ...Sjoerd Simons2007-11-051-1/+7
* GibberMucConnection: Add an explenation why 239.255.71.0/24 is used for cliqu...Sjoerd Simons2007-11-051-1/+3
* GibberMucConnection: Use a block from the ipv4 local scope multicast addresse...Sjoerd Simons2007-11-021-4/+2
* Move everything to 16 bit stream idsSjoerd Simons2007-10-221-5/+6
* GibberMucConnection: Add a disconnecting stateSjoerd Simons2007-10-181-2/+12
* GibberMucConnection: Correct the signal type for lost-sendersSjoerd Simons2007-10-181-1/+1
* GibberMucConnection: Adapt to the new new-senders and lost-senders signalsSjoerd Simons2007-10-181-21/+21
* GibberMucConnection: Also unref the causal transport when disposingSjoerd Simons2007-09-141-0/+1
* Always put a causal multicast transport under the r-multicast transportSjoerd Simons2007-09-121-13/+31
* Make the muc connection asynchronousSjoerd Simons2007-07-241-6/+31
* lib/gibber/: generate all signal marshallers together.Simon McVittie2007-07-021-3/+3
* Add stream_id to the RECEIVED_DATA signalSjoerd Simons2007-06-251-1/+1
* Use GIBBER_R_MULTICAST_DEFAULT_STREAMSjoerd Simons2007-06-251-1/+1
* Add default stream define and use that for more code readabilitySjoerd Simons2007-06-251-2/+3
* Add support for multiplexing multiple substreamsSjoerd Simons2007-06-221-2/+33
* Signal new and lost sender from the muc connectionSjoerd Simons2007-06-131-0/+39
* Move SalutMucConnection to gibber as GibberMucConnectionSjoerd Simons2007-06-121-0/+536