Fixes FS#99: Adjust namespace according to XEP-0363

Value of namespace constant changed to 'urn:xmpp:http:upload'
This commit is contained in:
steckbrief 2016-01-04 22:07:19 +01:00
parent 2fb31bcc3f
commit 65be0f1b2d

View file

@ -5,5 +5,5 @@ public final class Xmlns {
public static final String ROSTER = "jabber:iq:roster";
public static final String REGISTER = "jabber:iq:register";
public static final String BYTE_STREAMS = "http://jabber.org/protocol/bytestreams";
public static final String HTTP_UPLOAD = "de:thedevstack:conversationsplus:http:upload";
public static final String HTTP_UPLOAD = "urn:xmpp:http:upload";
}