Implemented "/bookmark add" for private storage

Issue #194
This commit is contained in:
James Booth
2014-04-13 01:01:53 +01:00
parent 132976d85e
commit 5bb3fab17c
4 changed files with 175 additions and 95 deletions

View File

@@ -148,7 +148,7 @@ typedef struct data_form_t {
GSList *fields;
} DataForm;
xmpp_stanza_t* stanza_create_storage_bookmarks(xmpp_ctx_t *ctx);
xmpp_stanza_t* stanza_create_bookmarks_storage_request(xmpp_ctx_t *ctx);
xmpp_stanza_t* stanza_create_chat_state(xmpp_ctx_t *ctx,
const char * const recipient, const char * const state);