telepathy-gabble: Add missing cap for jabber:iq:last
Will Thompson
wjt at kemper.freedesktop.org
Thu Dec 6 10:37:23 PST 2012
Module: telepathy-gabble
Branch: master
Commit: a997153f14872719d9be2a0947b58ab29e1ec3a1
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=a997153f14872719d9be2a0947b58ab29e1ec3a1
Author: Will Thompson <will.thompson at collabora.co.uk>
Date: Thu Nov 1 15:54:57 2012 +0000
Add missing cap for jabber:iq:last
---
src/capabilities.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/capabilities.c b/src/capabilities.c
index 9d8a97f..e92d85d 100644
--- a/src/capabilities.c
+++ b/src/capabilities.c
@@ -61,6 +61,7 @@ static const Feature self_advertised_features[] =
{ FEATURE_FIXED, NS_TUBES },
{ FEATURE_FIXED, NS_BYTESTREAMS },
{ FEATURE_FIXED, NS_VERSION },
+ { FEATURE_FIXED, NS_LAST },
#ifdef ENABLE_FILE_TRANSFER
{ FEATURE_OPTIONAL, NS_FILE_TRANSFER },
More information about the telepathy-commits
mailing list