Smack/smack-extensions/src/test/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
..
amp Rework Smack Provider design 2014-10-08 16:01:14 +02:00
bytestreams Rework XMPP Error class design 2014-11-25 13:19:32 +01:00
caps Introduce CapsVersionAndHash 2014-12-03 13:01:13 +01:00
delay/provider Change jxmpp version to 0.4.1-alpha2-SNAPSHOT 2014-12-12 11:50:33 +01:00
filetransfer Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
forward Rework Smack Provider design 2014-10-08 16:01:14 +02:00
iqlast Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
iqversion Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
jiveproperties Improve parsing. Add method for de-serializing Strings 2014-05-28 08:18:44 +02:00
muc Rework MultiUserChat 2014-10-13 11:10:30 +02:00
ping Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
privacy/provider Improve parsing. Add method for de-serializing Strings 2014-05-28 08:18:44 +02:00
pubsub Fix PubSub namespaces 2014-12-17 13:34:49 +01:00
receipts Apply builder pattern to ConnectionConfiguration 2014-11-15 09:46:31 +01:00
rsm/provider Add support for XEP-0059: Result Set Management 2014-09-13 12:28:18 +02:00
time Add (IQ|PacketExtension)IntrospectionProvider 2014-12-10 11:09:52 +01:00
xdata/packet Support for XEP-0141: Data Forms Layout. 2014-11-20 23:25:26 +01:00
xdatalayout/packet Remove DataFormProvider from extension.providers 2014-11-20 23:52:01 +01:00
xhtmlim/provider Rework Smack Provider design 2014-10-08 16:01:14 +02:00
ExtensionsInitializerTest.java Reworked OSGi support of Smack (SMACK-343) 2014-05-15 16:09:37 +02:00
InitExtensions.java Reworked OSGi support of Smack (SMACK-343) 2014-05-15 16:09:37 +02:00
VCardUnitTest.java Init Base64 test encoder for unit-tests 2014-09-07 17:22:55 +02:00