OobX url restrictions

Issue #88 closed
Vitaly Takmazov created an issue

XEP-0066:

All of these usages are allowed by the existing OOB namespaces, as long as the value of the <url/> element is a valid URI (as specified by RFC 3986 [8]).

but OobX constructor requires URL, and throws when using URI schemes other than http://

Comments (3)

  1. Christian Schudt repo owner

    Addressed with 5823533.

    The exception you mention probably comes during download when using FileTransferManager? The reason is that URLConnection probably can handle only HTTP URL.

  2. Log in to comment