libpurple/protocols/jabber/namespaces.h

changeset 40816
88c703b00fa7
parent 40726
645607090674
child 41176
7d51cf02f98a
--- a/libpurple/protocols/jabber/namespaces.h	Wed Mar 10 03:13:38 2021 -0600
+++ b/libpurple/protocols/jabber/namespaces.h	Sat Mar 13 05:15:31 2021 -0600
@@ -53,10 +53,6 @@
 #define NS_XHTML_IM "http://jabber.org/protocol/xhtml-im"
 #define NS_XHTML "http://www.w3.org/1999/xhtml"
 
-/* XEP-0084 v0.12 User Avatar */
-#define NS_AVATAR_0_12_DATA     "http://www.xmpp.org/extensions/xep-0084.html#ns-data"
-#define NS_AVATAR_0_12_METADATA "http://www.xmpp.org/extensions/xep-0084.html#ns-metadata"
-
 /* XEP-0084 v1.1 User Avatar */
 #define NS_AVATAR_1_1_DATA      "urn:xmpp:avatar:data"
 #define NS_AVATAR_1_1_METADATA  "urn:xmpp:avatar:metadata"

mercurial