summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2011-03-30 00:07:53 +0300
committerWill Thompson <will.thompson@collabora.co.uk>2011-04-11 16:32:23 +0100
commitfbd0ecbb407305736e03d1f64ee9aaa4fdda1ea5 (patch)
treed353127cc6639e995ca9803fa974a39d45871159 /src/Makefile.am
parent0ccc07bcc71015c263ae5baebcd5f79496f04548 (diff)
downloadtelepathy-idle-fbd0ecbb407305736e03d1f64ee9aaa4fdda1ea5.tar.gz
Implement ContactInfo
GetContactInfo, RefreshContactInfo and SetContactInfo are not implemented. RequestContactInfo returns the real name, away message and idle time. Known problems: + ERR_NOSUCHSERVER is not handled. + RPL_TRYAGAIN is not handled. Fixes: https://bugs.freedesktop.org/34796
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e589406..712f5da 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,8 @@ libidle_convenience_la_SOURCES = \
idle-connection.h \
idle-connection-manager.c \
idle-connection-manager.h \
+ idle-contact-info.c \
+ idle-contact-info.h \
idle-ctcp.c \
idle-ctcp.h \
idle-debug.c \