mcabber/src/xmpp_helper.h
changeset 1599 dcd5d4c75199
parent 1598 a087125d8fc8
child 1600 c5ee395fbc8c
equal deleted inserted replaced
1598:a087125d8fc8 1599:dcd5d4c75199
    19 /* XEP-0115 (Entity Capabilities) node */
    19 /* XEP-0115 (Entity Capabilities) node */
    20 #define MCABBER_CAPS_NODE "http://mcabber.com/caps"
    20 #define MCABBER_CAPS_NODE "http://mcabber.com/caps"
    21 const char *entity_version(void);
    21 const char *entity_version(void);
    22 
    22 
    23 #endif
    23 #endif
       
    24 
       
    25 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */