All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Iq
stanza modelPresence
stanza modelEnum
helper
XmlElement::get
now returnnull
instead offalse
when nothing is found.
- Use in project fix for
fabiang/sasl
instead of fork
StreamDecorator
abstract class used to make pipeline of streams,Connector
interface, used as abstraction for creating connection streams,- Dumping utility, that can be accessed via
\Kadet\Xmpp\helper\dump
function, XmppClient
class which acts like dependency injection container for modules,Authenticator
module interface,SaslAuthenticator
implementing interface mentioned above,Stanza
model class for handling stanzas
XmlFactory
now createsXmlElement
instead of just returning class,- Library is now using own class to handle XML element,
- Encryption is now handled by
TlsEnabler
module
XmppStream
class was merged intoXmppClient