use jutil_error_xmpp instead!
This function is not really used anymore. jabberd14 does not check any keys anymore and only creates them in the jsm's mod_register.c for compatibility. This function is also used in mod_groups.c and the key is even checked there, but I do not know if mod_groups.c still works at all.
jabberd does use pmalloco instead, this function will be removed
use base64_decode instead
This function is not aware of namespaces, use xmlnode_get_attrib_ns() instead
This function mimics the jabberd 1.4.x xmlnode_get_name() where the name including the prefix is returned. You probably do not want to use this in a namespace aware application. You might want to use xmlnode_get_localname(), and xmlnode_get_namespace() instead.
This function is not aware of namespaces, use xmlnode_get_tags(), and xmlnode_get_list_item() instead
This function is not aware of namespaces, use xmlnode_get_tags(), and xmlnode_get_list_item_data() instead
This function is not aware of namespaces. Use xmlnode_hide_attrib_ns() instead.
This function is not aware of namespaces, use xmlnode_insert_tag_ns() instead
This function is not aware of namespaces, use xmlnode_new_tag_ns() instead
This function is not aware of namespaces, use xmlnode_new_tag_pool_ns() instead
This function is not aware of namespaces, use xmlnode_put_attrib_ns() instead
This function is not aware of namespaces. Use xmlnode_wrap_ns() instead.
1.6.3