fritzy / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
1.1k stars 299 forks source link

support XEP-0198 #488

Closed jhaoheng closed 6 years ago

jhaoheng commented 6 years ago

Hi

Does SleekXmpp support XEP-0198?

jcbrand commented 6 years ago

Yes, there is a plugin for it: http://pydoc.net/sleekxmpp/1.3.1/sleekxmpp.plugins.xep_0198.stream_management/

jhaoheng commented 6 years ago

@jcbrand Thanks.