Ignore:
Timestamp:
2015-02-21T06:18:21Z (9 years ago)
Author:
dequis <dx@…>
Children:
89db90e
Parents:
59c1fe7
Message:

Add hipchat support to the jabber module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    r59c1fe7 r0e4c3dd  
    2727static xt_status jabber_parse_roster(struct im_connection *ic, struct xt_node *node, struct xt_node *orig);
    2828static xt_status jabber_iq_display_vcard(struct im_connection *ic, struct xt_node *node, struct xt_node *orig);
    29 static int jabber_iq_disco_server(struct im_connection *ic);
    3029
    3130xt_status jabber_pkt_iq(struct xt_node *node, gpointer data)
     
    861860                                                 struct xt_node *node, struct xt_node *orig);
    862861
    863 static int jabber_iq_disco_server(struct im_connection *ic)
     862int jabber_iq_disco_server(struct im_connection *ic)
    864863{
    865864        struct xt_node *node, *iq;
Note: See TracChangeset for help on using the changeset viewer.