summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'telepathy-gabble-0.18'HEADmasterGeorge Kiagiadakis2016-12-021-0/+0
|\
| * wocky: updateGeorge Kiagiadakis2016-07-091-0/+0
| |
| * wocky: updateGuillaume Desmottes2014-05-071-0/+0
| | | | | | | | Fix https://bugs.freedesktop.org/show_bug.cgi?id=76465
| * Update WockySimon McVittie2014-03-191-0/+0
| | | | | | | | | | * data-form: reformat <code> blocks so recent gtk-doc can cope * jingle-content: reset idle ID in its callback
* | wocky: updateGuillaume Desmottes2014-05-071-0/+0
| | | | | | | | Fix https://bugs.freedesktop.org/show_bug.cgi?id=76465
* | Update WockySimon McVittie2014-03-191-0/+0
| | | | | | | | | | - jingle-content: reset idle ID in its callback - data-form: reformat <code> blocks so recent gtk-doc can cope
* | Remove --disable-debug optionSimon McVittie2013-11-042-20/+0
| | | | | | | | | | | | | | | | It makes the executable basically impossible to debug and we don't recommend that anyone uses it. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=26609 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* | wocky: update to masterGuillaume Desmottes2013-10-031-0/+0
| | | | | | | | | | | | Just pull one extra commit fixing a gnutls deprecation. https://bugs.freedesktop.org/show_bug.cgi?id=70038
* | Merge branch 'telepathy-gabble-0.18'Simon McVittie2013-09-091-0/+0
|\ \ | |/ | | | | | | | | | | Conflicts: NEWS configure.ac lib/ext/wocky
| * wocky: update to gabble-0.18 HEADGuillaume Desmottes2013-09-061-0/+0
| | | | | | | | Needed to fix connection to Facebok (fdo#68829).
* | wocky: update to masterGuillaume Desmottes2013-09-061-0/+0
|/ | | | Needed to fix connection to Facebok (fdo#68829).
* Update Wocky againSimon McVittie2013-08-091-0/+0
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67953
* Update Wocky to a version whose tests passSimon McVittie2013-08-091-0/+0
| | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67875 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67900 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Update Wocky to fix a regression caused by #65131Simon McVittie2013-06-041-0/+0
|
* Update Wocky for fd.o #65131, and test itSimon McVittie2013-05-301-0/+0
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65131 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Merge branch 'telepathy-gabble-0.16'Simon McVittie2013-05-301-0/+0
|\ | | | | | | | | | | | | Conflicts: NEWS configure.ac lib/ext/wocky
| * Update Wocky for fd.o #65036Simon McVittie2013-05-291-0/+0
| | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65036
* | Update Wocky for #61792Simon McVittie2013-03-181-0/+0
| |
* | Update Wocky to fix distchecktelepathy-gabble-0.17.3Will Thompson2013-03-011-0/+0
| |
* | Merge branch 'telepathy-gabble-0.16'Will Thompson2013-03-011-0/+0
|\ \ | |/ | | | | | | | | | | Conflicts: NEWS configure.ac lib/ext/wocky
| * Update Wocky snapshot to fix 61433Will Thompson2013-03-011-0/+0
| |
* | Update Wocky snapshotWill Thompson2013-02-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | The improvements are: * A new error code, WOCKY_XMPP_ERROR_POLICY_VIOLATION, added in RFC 6120 and used by Prosody's MUC rate-limiting; * Fixes to the error parsing code when error conditions are not recognised; * Tweaks to WockyMuc's error signals to include the full GError and WockyXmppErrorType in both.
* | Update Wocky snapshot for wocky.h with Jingle headersWill Thompson2013-01-161-0/+0
| |
* | Update Wocky snapshot to contain Jingle code!Will Thompson2012-12-131-0/+0
| |
* | Update Wocky snapshot for beautiful new node APIWill Thompson2012-12-061-0/+0
| |
* | Update Wocky snapshot for deconsting G[S]ListsWill Thompson2012-11-221-0/+0
| |
* | Update Wocky snapshot to validate stanza namespacesWill Thompson2012-11-141-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks the console plugin, which checks if an entered stanza is of a known type, but <message xmlns=''> is not the same as <message xmlns='jabber:client'> so Wocky now says the former has type UNKNOWN. The plugin already had some code to fix up empty namespaces, but it's after the type check. For a better fix, I added API to give non-streaming WockyXmppReaders a default namespace, and used it here. In the course of fixing this, I found that telling the console to send this: <message> <body> hai </body> </message> would send this: <message xmlns='jabber:client'> <body xmlns=''> hai </body> </message> which is wrong: the empty namespace was not being fixed up recursively. This is fixed as a side-effect of the default-namespace property, but this patch also adds a test. https://bugs.freedesktop.org/show_bug.cgi?id=57016
* | update wocky snapshotJonny Lamb2012-09-171-0/+0
|/ | | | | | This is for the WockyConnector::connection-established signal. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* GabbleServerTLSManager: Support multiple consecutive TLS verificationsXavier Claessens2012-06-201-0/+0
| | | | | WockyConnector could now restart connection with another host, and so needs to re-verify TLS.
* gibber-unix-transport: stop defining _GNU_SOURCEGuillaume Desmottes2012-04-041-3/+0
| | | | config.h does it for us now.
* add missing config.h includesGuillaume Desmottes2012-04-043-0/+4
|
* Build Wocky as a version-specific shared librarySimon McVittie2012-03-091-0/+0
| | | | | Reviewed-by: Olli Salli <olli.salli@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46417
* Update Wocky for #46379Simon McVittie2012-02-211-0/+0
|
* Merge branch 'master' into call1Will Thompson2012-02-0613-914/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am For reasons I don't fully understand (presumably headers moving around a bit?) I had to add includes of <telepathy-glib/gtypes.h> or <telepathy-glib/interfaces.h> to: • src/call-content.c • src/private-tubes-factory.c • src/protocol.c • src/util.c But otherwise this has been an uneventful merge!
| * Update Wocky snapshot for DEBUG_* namespacingWill Thompson2012-02-061-0/+0
| |
| * Update Wocky snapshot for One Big Header.Will Thompson2012-02-061-0/+0
| | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=27489
| * Connection: rely on Wocky replying to unhandled IQs.Will Thompson2012-01-311-0/+0
| | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=34975
| * Update Wocky submodule for PepService changesWill Thompson2012-01-311-0/+0
| | | | | | | | | | | | | | | | | | This new snapshot changes WockyPepService to provide a pointer to the <item/> node in wocky_pep_service_get_finish() and WockyPepService::changed. This commit only updates conn-location.c to actually take advantage of it, but soon…
| * Merge branch 'quietmouth'Will Thompson2012-01-3110-656/+1
| |\
| | * Remove vestigial Loudmouth headers and build systemWill Thompson2012-01-278-218/+1
| | |
| | * Delete LmConnection API.Will Thompson2012-01-273-55/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is it! There is now nothing left but a build system and some empty headers. The last functional vestige was the GCancellable used in _gabble_connection_send_with_reply(), which I basically just moved to GabbleConnection. That function should really die as well, but I'll leave that for another lifetime.
| | * Remove LmHandlerResultWill Thompson2012-01-271-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The callback type for _gabble_connection_send_with_reply returned one of these. All instances, bar two, returned LM_HANDLER_RESULT_REMOVE_MESSAGE, which makes sense, because if you send an IQ you had better be prepared to handle the reply. When I removed lm_connection_send_with_reply(), I stopped _gabble_connection_send_with_reply() paying attention to the return value, with no apparent ill effects. The two which returned LM_HANDLER_RESULT_ALLOW_MORE_HANDLERS were: • the disco pipeline's reply handler, in the case where the request is no longer in the pipeline (such as in a timeout). I checked, and as far as I can tell nothing is trying to scrape any information out of zombie disco replies. • the request pipeline's reply handler, in the same case. I couldn't be bothered to check for this, but I don't think it will pose any ill effects because normally the handler is the highest-priority callback, so anyone trying to catch these would not catch the ones which were not cancelled… which seems unlikely.
| | * Remove LmMessageHandler API.Will Thompson2012-01-275-181/+0
| | | | | | | | | | | | | | | LmHandlerResult shows up in _gabble_connection_send_with_reply(), so we can't ditch that just yet.
| | * Remove lm-message.[ch]Will Thompson2012-01-276-50/+2
| | |
| | * Delete LmMessage{,Type,SubType} typedefsWill Thompson2012-01-274-50/+6
| | |
| | * Remove lm_message_new[_with_subtype]Will Thompson2012-01-272-26/+0
| | |
| | * Remove lm_message_get_[sub_]type.Will Thompson2012-01-272-22/+0
| | | | | | | | | | | | | | | Wocky is a little less convenient here, but wocky_stanza_extract_errors() comes to the rescue.
| | * Remove lm_connection_send_with_replyWill Thompson2012-01-272-49/+0
| | | | | | | | | | | | | | | | | | This basically inlines the call to wocky_porter_send_iq_async() in _gabble_connection_send_with_reply(), and removes a layer of indirection in calling the callback.
| | * Remove lm_message_get_node()Will Thompson2012-01-272-8/+0
| | | | | | | | | | | | It's completely unused!
| * | Update Wocky for fd.o #43992Simon McVittie2012-01-311-0/+0
| |/