Smack/smack-extensions/src/main/java/org/jivesoftware/smackx
Florian Schmaus add4ff5b5a Fix PubSub namespaces
Those were broken since 9e797c1b17 as they
always used the basic PubSub namespace, i.e. without a fragment. Which
resulted in e.g. delete requests look like

<iq to="pubsub.ec-xmpp" id="2GAeW-75" type="set">
  <pubsub xmlns="http://jabber.org/protocol/pubsub">
    <delete node="2e92d38c-9e90-47f6-8e26-330d25ebe96b"/>
  </pubsub>
</iq>

when the namespace should be in fact

http://jabber.org/protocol/pubsub#owner
2014-12-17 13:34:49 +01:00
..
address Don't use extending stanza addressing if not strictly necessary 2014-11-10 17:37:27 +01:00
amp Return more specific types (e.g. Collection → List) 2014-11-29 13:41:49 +01:00
attention/packet Rework Smack Provider design 2014-10-08 16:01:14 +02:00
bookmarks Return more specific types (e.g. Collection → List) 2014-11-29 13:41:49 +01:00
bytestreams Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
caps Fix nodeVer generation for local caps information 2014-12-10 15:42:31 +01:00
chatstates Replace PacketInterceptor with PacketListener 2014-10-12 19:19:44 +02:00
commands Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
delay Rework Smack Provider design 2014-10-08 16:01:14 +02:00
disco Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
filetransfer Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
forward Rework Smack Provider design 2014-10-08 16:01:14 +02:00
iqlast Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
iqprivate Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
iqregister Return more specific types (e.g. Collection → List) 2014-11-29 13:41:49 +01:00
iqversion Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
jiveproperties Rework Smack Provider design 2014-10-08 16:01:14 +02:00
muc Return more specific types (e.g. Collection → List) 2014-11-29 13:41:49 +01:00
nick/packet Rework Smack Provider design 2014-10-08 16:01:14 +02:00
offline Improve OfflineMessages.getMessages() 2014-12-07 23:43:26 +01:00
pep Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
ping Improve javadoc of PingManager.setPingInterval() 2014-11-29 14:15:05 +01:00
privacy Update PrivacyListManager 2014-12-09 14:31:43 +01:00
pubsub Fix PubSub namespaces 2014-12-17 13:34:49 +01:00
receipts Rework Smack Provider design 2014-10-08 16:01:14 +02:00
rsm Rework Smack Provider design 2014-10-08 16:01:14 +02:00
search Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
sharedgroups Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
shim Rework Smack Provider design 2014-10-08 16:01:14 +02:00
si Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01:00
time Add (IQ|PacketExtension)IntrospectionProvider 2014-12-10 11:09:52 +01:00
vcardtemp VCardProvider should use a safe parser 2014-12-16 23:13:24 +01:00
xdata Add XData(Layout)Manager 2014-11-21 09:59:24 +01:00
xdatalayout Add XData(Layout)Manager 2014-11-21 09:59:24 +01:00
xhtmlim Rework Smack Provider design 2014-10-08 16:01:14 +02:00