tigase / Martin

(M) Martin - XMPP client library for Swift
Other
69 stars 27 forks source link

Make initializer in DefaultRosterStore public #28

Open Minos opened 5 months ago

Minos commented 5 months ago

Unless I’m missing something, DefaultRosterStore cannot be instanciated when using the library because its implicit constructor is internal by default. I’m just adding a public constructor.