Fixes FS#99: Adjust namespace according to XEP-0363
Value of namespace constant changed to 'urn:xmpp:http:upload'
This commit is contained in:
parent
2fb31bcc3f
commit
65be0f1b2d
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue