Implement Message Archive Management stub for XEP-0313
Implement Message Archive Management stub for XEP-0313
Set
implements FromXmlTag
, but judging from parsing it's not a tag, it's just any two events. If this isn't needed then it's better to remove it
implement WHOIS command
[T; 20]
is an array of 20 elements exactly, and there might be fewer that 20 elements?
implement WHOIS command
All protocol types like any other network-transmitted types are plain data, they have no encapsulation of data and no behavior other than [de]serialization. This concerns all that kind of types,…
implement WHOIS command
it's better to move this entire module to proto-irc
, make all fields public and remove new
methods