Ignore:
Timestamp:
2006-09-21T09:37:03Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5bcf70a
Parents:
dd788bb
Message:

Added simple parsing of incoming <presence> tags, a nice </stream:stream>
at the end of sessions, support for sending messages, and restored the old
(and leaking) xt_print(), which I'll only use for debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/xmltree.c

    rdd788bb r4a0614e  
    305305        struct xt_node *c;
    306306       
    307         printf( "%s\n", xt_to_string( node ) );
    308         return;
    309        
    310307        /* Indentation */
    311308        for( c = node; c->parent; c = c->parent )
Note: See TracChangeset for help on using the changeset viewer.