summaryrefslogtreecommitdiff
path: root/lib/ext
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
* | 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
| |
| * 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.
* | 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-191-0/+0
|/ | | | | WockyConnector could now restart connection with another host, and so needs to re-verify TLS.
* 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-061-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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…
| * Update Wocky for fd.o #43992Simon McVittie2012-01-311-0/+0
| |
| * Update Wocky submoduleWill Thompson2012-01-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Something has gone screwy here. This supposedly only adds a single new commit: commit 44a326f3ab2aafea7a78df6ac75e9b4c014fe0e8 Author: Siraj Razick <siraj.razick@collabora.co.uk> Date: Wed Dec 21 12:29:29 2011 -0500 Build fixes for Windows These changes enables us to cross-compile wocky for windows with mingw32 but the buildbots are confused and are using a ridiculously old snapshot.
* | Replace tp-yell with tp-glib's Call1 APIXavier Claessens2012-01-112-8/+1
|/
* Update wocky to fix wocky_data_form_set_type()Alban Crequy2011-12-221-0/+0
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=43891
* Update wocky commit to fix build warningsXavier Claessens2011-12-201-0/+0
|
* Fix the build with glib 2.32 deprecated symbolsXavier Claessens2011-12-141-0/+0
|
* Update wocky snapshot to fix issues with non-character dataSjoerd Simons2011-11-291-0/+0
|
* Update Wocky snapshotWill Thompson2011-11-181-0/+0
| | | | | | This new snapshot allows Gabble (specifically, our plugin) to register match-all stanza handlers, and also adds the stanza currently being sent as an argument to the WockyPorter::sending signal.
* wocky: update snapshot for sasl fix againJonny Lamb2011-11-151-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* wocky: update snapshot to fix sasl build failureJonny Lamb2011-11-151-0/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use commit ids that actually exist for WockyDanielle Madeley2011-11-071-0/+0
| | | | | | What happened here was that git-bz was rewriting my commit ids when I submitted the patch to bugzilla for review, but my Gabble was still pointing to the original commit I had made. SURPRISE!
* Return the appropriate value in the case of an unknown timestampDanielle Madeley2011-11-071-0/+0
| | | | | | This updates Gabble for the latest spec. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=42652
* [muc-channel] WockyMuc now signals timestamps as GDateTime instead of time_tDanielle Madeley2011-10-181-0/+0
| | | | Fixes assumptions in the code where timestamp was assumed to be gint64.
* Update Wocky snapshot for glib/gtypes.h fix.Will Thompson2011-10-121-0/+0
|