Ignore:
Timestamp:
2008-02-03T16:59:39Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8ff0a61
Parents:
979cfb4
Message:

Implemented XEP-0115. This adds some info to the <presence/> tags so
clients interested in capabilities can cache discovery info, so they don't
have to ask about it every time you/they log in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r979cfb4 r8c1eb80  
    166166#define XMLNS_MUC          "http://jabber.org/protocol/muc"     /* XEP-0045 */
    167167#define XMLNS_MUC_USER     "http://jabber.org/protocol/muc#user"/* XEP-0045 */
     168#define XMLNS_CAPS         "http://jabber.org/protocol/caps"    /* XEP-0115 */
    168169
    169170/* iq.c */
Note: See TracChangeset for help on using the changeset viewer.