Coder Social home page Coder Social logo

openarchive's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

openarchive's Issues

generating the 1.0.6 snapshot

Hi ... I'd like to contribute to this effort, and have created a fork. Running into an issue with Maven and the pom.xml that is with the project ... quite simply, as-is, it just doesn't work. would you be able to drop a hint?

Bug for Last Page Chat List Retrieval by RSM

Doesn't support a last page request by RSM

<iq type='set'>
  <list xmlns='urn:xmpp:archive' with='someone@somehost'>
    <set xmlns='http://jabber.org/protocol/rsm'>
      <max>1</max>
      <before/>
    </set>
  </list>
</iq>

It doesn't returns last chat history

Retrieving a collection having a 'with' fully specified jid does not work

Per the XEP-136 spec for retrieving a collection (http://xmpp.org/extensions/xep-0136.html#manage-retrieve) the "with" jid send tin the request should be an exact JID, not the bare jid. However, if the "with" element is passed as a jid with a resource, the collection requested is not returned - openarchive reports that the collection is not found.

I believe that this is because the getCollection() method of the JdbcPersistenceManager is not properly splitting up the 'with' exact jid into its bare jid and resource components, and attempts create a where predicate matching the bare jid database field ("withJid") for with the exact jid value instead of querying the components fields ("withJid" and "withResource").

I'd like to submit a patch for this, but I created an issue for it just for tracking purposes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.