Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    ra42169b ra04705b  
    109109        GHashTable *buddies;
    110110
    111         GSList *features;
    112111        GSList *filetransfers;
    113112        GSList *streamhosts;
     
    245244#define XMLNS_BYTESTREAMS  "http://jabber.org/protocol/bytestreams"              /* XEP-0065 */
    246245#define XMLNS_IBB          "http://jabber.org/protocol/ibb"                      /* XEP-0047 */
    247 #define XMLNS_BLOCK        "urn:xmpp:blocking"                                   /* XEP-0191 */
    248246
    249247/* Hipchat protocol extensions*/
     
    285283int presence_send_update(struct im_connection *ic);
    286284int presence_send_request(struct im_connection *ic, char *handle, char *request);
    287 
    288 /* block.c */
    289 void jabber_buddy_block(struct im_connection *ic, char *who);
    290 void jabber_buddy_unblock(struct im_connection *ic, char *who);
    291 void jabber_buddy_permit(struct im_connection *ic, char *who);
    292 void jabber_buddy_unpermit(struct im_connection *ic, char *who);
    293 int jabber_block_feature(struct im_connection *ic);
    294285
    295286/* jabber_util.c */
Note: See TracChangeset for help on using the changeset viewer.