Ignore:
Timestamp:
2021-03-12T11:37:53Z (3 years ago)
Author:
/ <>
Children:
1849c5b, 416b973
Parents:
75222ab
git-author:
/ <> (09-03-21 15:47:43)
git-committer:
/ <> (12-03-21 11:37:53)
Message:

xmpp xep-0191/blocklist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r75222ab ra42169b  
    109109        GHashTable *buddies;
    110110
     111        GSList *features;
    111112        GSList *filetransfers;
    112113        GSList *streamhosts;
     
    244245#define XMLNS_BYTESTREAMS  "http://jabber.org/protocol/bytestreams"              /* XEP-0065 */
    245246#define XMLNS_IBB          "http://jabber.org/protocol/ibb"                      /* XEP-0047 */
     247#define XMLNS_BLOCK        "urn:xmpp:blocking"                                   /* XEP-0191 */
    246248
    247249/* Hipchat protocol extensions*/
     
    283285int presence_send_update(struct im_connection *ic);
    284286int presence_send_request(struct im_connection *ic, char *handle, char *request);
     287
     288/* block.c */
     289void jabber_buddy_block(struct im_connection *ic, char *who);
     290void jabber_buddy_unblock(struct im_connection *ic, char *who);
     291void jabber_buddy_permit(struct im_connection *ic, char *who);
     292void jabber_buddy_unpermit(struct im_connection *ic, char *who);
     293int jabber_block_feature(struct im_connection *ic);
    285294
    286295/* jabber_util.c */
Note: See TracChangeset for help on using the changeset viewer.