summaryrefslogtreecommitdiff
path: root/src/contact.h
Commit message (Collapse)AuthorAgeFilesLines
* Use gibber-sockets.h instead of manually including them.Jasper Lievisse Adriaanse2013-06-241-10/+1
| | | | | | | | On OpenBSD the lack of sys/socket.h being included here resulted in: error: field 'address' has incomplete type Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65977 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Be single-include-compliantSimon McVittie2013-01-041-1/+1
|
* Remove SalutPluginContact and salut_send_ll_pep_eventOlli Salli2012-03-161-4/+0
| | | | They've been superseded by stuff in Wocky
* Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez2012-03-151-0/+5
| | | | | | | | prevent dependency problems As part of this, a new SalutPluginContactInterface had to be created to access contact capabilities that were needed for the plugin utils. Accessing SalutContact directly would bring most of salut core in, so a GInterface is used, similar to what is done with SalutPluginConnection
* telepath-salut: Include socket headers only on UnixSiraj Razick2012-02-221-1/+11
| | | | | Unix specific socket headers should not be included unconditionally, since it's not supported by Windows.
* Update Wocky snapshot for one big header.Will Thompson2012-02-061-1/+1
| | | | | | | | | | We have to lose the reference to wocky_heartbeat_source_new from the symbol hack table, because it's not exposed in Wocky's public headers any more. That's okay, though: it's not intended for use by applications, let alone plugins. https://bugs.freedesktop.org/show_bug.cgi?id=45703 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Contact: track shoddily-computed full nameWill Thompson2011-08-161-0/+2
|
* Contact: track real namesWill Thompson2011-08-161-0/+5
|
* Contact: track email addressWill Thompson2011-08-161-0/+3
|
* Contact: signal JID changesWill Thompson2011-08-161-0/+1
|
* Contact: Replace #defines with an enumWill Thompson2011-08-161-6/+8
|
* src: remove annoying salut- prefixJonny Lamb2011-04-281-0/+183
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>