Changeset 1849c5b for protocols/jabber/jabber.h
- Timestamp:
- 2021-03-29T14:08:27Z (4 years ago)
- Children:
- a181ec1
- Parents:
- ef70f9f (diff), a42169b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
ref70f9f r1849c5b 109 109 GHashTable *buddies; 110 110 111 GSList *features; 111 112 GSList *filetransfers; 112 113 GSList *streamhosts; … … 244 245 #define XMLNS_BYTESTREAMS "http://jabber.org/protocol/bytestreams" /* XEP-0065 */ 245 246 #define XMLNS_IBB "http://jabber.org/protocol/ibb" /* XEP-0047 */ 247 #define XMLNS_BLOCK "urn:xmpp:blocking" /* XEP-0191 */ 246 248 247 249 /* Hipchat protocol extensions*/ … … 283 285 int presence_send_update(struct im_connection *ic); 284 286 int 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); 285 294 286 295 /* jabber_util.c */
Note: See TracChangeset
for help on using the changeset viewer.