diff libpurple/protocols/jabber/namespaces.h @ 30225:4cfa6d49bee5

Added the "thumbs" namespace to namespaces.h Check the namespace on thumbnails elements on incoming transferes.
author Marcus Lundblad <ml@update.uu.se>
date Sun, 29 Nov 2009 19:14:39 +0000
parents 8d79af63f18b
children 172a37a43a30
line wrap: on
line diff
--- a/libpurple/protocols/jabber/namespaces.h	Sun Nov 29 19:06:30 2009 +0000
+++ b/libpurple/protocols/jabber/namespaces.h	Sun Nov 29 19:14:39 2009 +0000
@@ -85,6 +85,9 @@
 /* XEP-0231 BoB (Bits of Binary) */
 #define NS_BOB "urn:xmpp:bob"
 
+/* XEP-0264 File Transfer Thumbnails (Thumbs) */
+#define NS_THUMBS "urn:xmpp:thumbs:0"
+
 /* Google extensions */
 #define NS_GOOGLE_CAMERA "http://www.google.com/xmpp/protocol/camera/v1"
 #define NS_GOOGLE_VIDEO "http://www.google.com/xmpp/protocol/video/v1"