Ignore:
Timestamp:
2006-10-31T08:25:41Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0d3f30f
Parents:
abbd8ed
Message:

Added #defines for XML namespaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    rabbd8ed r47d3ac4  
    235235                   we guess when s/he pressed Enter...). */
    236236                act = xt_new_node( "active", NULL, NULL );
    237                 xt_add_attr( act, "xmlns", "http://jabber.org/protocol/chatstates" );
     237                xt_add_attr( act, "xmlns", XMLNS_CHATSTATES );
    238238                xt_add_child( node, act );
    239239               
     
    353353               
    354354                node = xt_new_node( type, NULL, NULL );
    355                 xt_add_attr( node, "xmlns", "http://jabber.org/protocol/chatstates" );
     355                xt_add_attr( node, "xmlns", XMLNS_CHATSTATES );
    356356                node = jabber_make_packet( "message", "chat", bud->full_jid, node );
    357357               
Note: See TracChangeset for help on using the changeset viewer.