iks 0.6.0

Fast, easy to use XML parser library for Jabber/XMPP and general XML processing
Documentation
/*
** This file is a part of Iksemel (XML parser for Jabber/XMPP)
** Copyright (C) 2000-2025 Gurer Ozen
**
** Iksemel is free software: you can redistribute it and/or modify it
** under the terms of the GNU Lesser General Public License as
** published by the Free Software Foundation, either version 3 of
** the License, or (at your option) any later version.
*/

pub const CLIENT_PORT: u16 = 5222;

pub const SERVER_PORT: u16 = 5269;

pub const STREAM_TAG: &str = "stream:stream";

pub const FEATURES_TAG: &str = "stream:features";

pub const PROCEED_TAG: &str = "proceed";

pub const SUCCESS_TAG: &str = "success";

pub const MESSAGE_TAG: &str = "message";

pub const PRESENCE_TAG: &str = "presence";

pub const IQ_TAG: &str = "iq";

//pub const SASL_NS: &str = "urn:ietf:params:xml:ns:xmpp-sasl";

//pub const STREAM_NS: &str = "http://etherx.jabber.org/streams";

//pub const CLIENT_NS: &str = "jabber:client";