summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.5.11telepathy-gabble-0.5.11Robert McQueen2007-05-021-2/+2
* set the stream-server, user and resource based on the JID we get back from th...Robert McQueen2007-05-011-10/+24
* when receiving remote candidates, don't allow tcp candidates on port 443, but...Robert McQueen2007-04-301-3/+15
* when signalling native candidates, assume that tcp relay candidates on port 4...Robert McQueen2007-04-301-3/+19
* fix leak/assert on bad dbus input to NewNativeCandidateRobert McQueen2007-04-301-3/+4
* add missing props mixin finalize call to the media channelRobert McQueen2007-04-271-0/+1
* fix roster editing callback to not allow more handlersRobert McQueen2007-04-261-2/+2
* GabbleConnection: use jid that lm returns after authentication for our self h...Senko Rasic2007-04-281-9/+23
* Don't use a TP_ prefix on our type #defines, to avoid errors when they're add...Simon McVittie2007-04-269-68/+68
* bump nano version to be able to receive olpc PEP notificationsGuillaume Desmottes2007-04-261-1/+1
* use "to" arg when calling lm_message_build so we don't need to manually add i...Guillaume Desmottes2007-04-261-2/+1
* remove 2 trailing spacesGuillaume Desmottes2007-04-261-2/+2
* remove newlineGuillaume Desmottes2007-04-251-1/+0
* remove the OLPC bundle as we don't use itGuillaume Desmottes2007-04-252-9/+8
* Fix check for trailing whitespaceSimon McVittie2007-04-241-1/+1
* autogen.sh: Respect --no-configureSimon McVittie2007-04-241-1/+14
* s/previoulsy/previouslyGuillaume Desmottes2007-04-251-2/+2
* add lm_message_node_extract_properties and lm_message_node_add_children_from_...Guillaume Desmottes2007-04-252-0/+225
* conn-olpc.h: fix functions declarations styleGuillaume Desmottes2007-04-251-15/+5
* move pubsub event cb from gabble-connection.c to pubsub.cGuillaume Desmottes2007-04-253-59/+60
* use new base64_encode API in conn-avatarsGuillaume Desmottes2007-04-201-1/+1
* make base64_encode take length + gchar * instead of GStringGuillaume Desmottes2007-04-203-36/+24
* conn-olpc: use new mapping XML <--> HashTable functions from util.cGuillaume Desmottes2007-04-241-121/+7
* OLPC properties: adapt bas64_encode call to revised interfaceDafydd Harries2007-04-231-4/+1
* include conn-olpc.h firstGuillaume Desmottes2007-04-251-2/+2
* set GABBLE_IFACE as prefix for extensions interfacesGuillaume Desmottes2007-04-241-2/+2
* src/gabble-connection.c: Use the interface-name strings generated in extensions/Simon McVittie2007-04-201-8/+2
* conn-olpc.h: Use the "official" extensions.hSimon McVittie2007-04-201-2/+1
* src/Makefile.am: make sure we can use generated headersSimon McVittie2007-04-201-1/+1
* Generate list of GabbleSvc* headers, and also enums and interface strings. Fi...Simon McVittie2007-04-206-4/+349
* let tp_handle_is_valid set an error for us, rather than creating our ownDafydd Harries2007-04-201-5/+2
* use tp_g_value_slice_free instead of our own functionDafydd Harries2007-04-201-9/+2
* host commentDafydd Harries2007-04-201-4/+5
* extensions/_gen is boringDafydd Harries2007-04-201-0/+1
* remove lying comment from extensions/Makefile.amDafydd Harries2007-04-201-2/+0
* support PEP nicknamesDafydd Harries2007-04-203-0/+73
* autogen.sh: fix update-spec-gen-am.sh invocationDafydd Harries2007-04-201-1/+1
* autogen.sh: bootstrap extensions/ code generationDafydd Harries2007-04-201-0/+8
* GabbleConnection: hook up OLPC/PubSub codeDafydd Harries2007-04-202-0/+100
* define OLPC capability bundleDafydd Harries2007-04-202-0/+12
* build OLPC/PubSub codeDafydd Harries2007-04-201-0/+4
* define namespaces for OLPC Jabber extensionsDafydd Harries2007-04-201-0/+2
* add debug flag for OLPC codeDafydd Harries2007-04-202-0/+2
* include extensions/ in buildDafydd Harries2007-04-202-1/+2
* add libgabble-extensions to libgabble-convenienceDafydd Harries2007-04-201-0/+3
* add extensions/Makefile.amDafydd Harries2007-04-201-0/+61
* add OLPC interface implementationDafydd Harries2007-04-202-0/+1632
* copy code generation tools from telepathy-glib in order to build extensionsDafydd Harries2007-04-206-0/+863
* add extensions/ directory with OLPC interface XMLDafydd Harries2007-04-204-0/+359
* add pubsub support codeDafydd Harries2007-04-192-0/+193