aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/xmltree.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-10-12 19:48:58 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-10-12 19:48:58 +0200
commit259edd40f5e332791a44f7547346bf799f1f7327 (patch)
tree498572c9e849bab47b6c67a059f791d8dd0998c3 /protocols/jabber/xmltree.h
parentb56b220e4280a75577f79b9dbcaf6eb2d7336873 (diff)
Special message when the XMPP session is ended because of a concurrent
login, and now sending proper error responses to IQ packets we can't handle.
Diffstat (limited to 'protocols/jabber/xmltree.h')
-rw-r--r--protocols/jabber/xmltree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/xmltree.h b/protocols/jabber/xmltree.h
index 4abb094f..70850c1d 100644
--- a/protocols/jabber/xmltree.h
+++ b/protocols/jabber/xmltree.h
@@ -92,5 +92,6 @@ char *xt_find_attr( struct xt_node *node, char *key );
struct xt_node *xt_new_node( char *name, char *text, struct xt_node *children );
void xt_add_child( struct xt_node *parent, struct xt_node *child );
void xt_add_attr( struct xt_node *node, char *key, char *value );
+int xt_remove_attr( struct xt_node *node, char *key );
#endif