Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement message history #16

Open
binarybucks opened this issue Jul 15, 2012 · 2 comments
Open

Implement message history #16

binarybucks opened this issue Jul 15, 2012 · 2 comments
Milestone

Comments

@binarybucks
Copy link
Owner

Currently, messages are just held in memory. Add a history (possibly with iCloud integration?)

@binarybucks
Copy link
Owner Author

Work started. Storage side part is done. Now rewriting ChatViewController to make use of it.

For now, outgoing messages and incoming will be written immediately but the code will be there to pull both new and old messages directly from the message storage.

@binarybucks
Copy link
Owner Author

Now using XEP-136 for this. While the XMPPFrameworks XEP-136 only supports local archiving it is better than nothing and server-side storage might work in the future without further additions. Also dropping the NSWebView in favor of a custom NSTableView that directly gets it's content from the history store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant