1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Switch back to storage for muc bookmarks

This commit is contained in:
James Booth 2014-03-29 23:15:51 +00:00
parent 7e27d96f16
commit 8f7bdc3c2e

View File

@ -36,8 +36,9 @@
static int _field_compare(FormField *f1, FormField *f2);
#if 0
xmpp_stanza_t *
stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
stanza_create_pubsub_bookmarks(xmpp_ctx_t *ctx)
{
xmpp_stanza_t *iq, *pubsub, *items;
@ -62,8 +63,8 @@ stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
return iq;
}
#endif
#if 0
xmpp_stanza_t *
stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
{
@ -91,7 +92,6 @@ stanza_create_storage_bookmarks(xmpp_ctx_t *ctx)
return iq;
}
#endif
xmpp_stanza_t *
stanza_create_chat_state(xmpp_ctx_t *ctx, const char * const recipient,