mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-06 21:22:54 -07:00
Fixed decoder usage.
Decoders have internal buffering, and creating many on a single TCP connection can cause issues in parsing exchanged XML documents.
This commit is contained in:
2
doc.go
2
doc.go
@@ -29,7 +29,7 @@ Components
|
||||
|
||||
XMPP components can typically be used to extends the features of an XMPP
|
||||
server, in a portable way, using component protocol over persistent TCP
|
||||
connections.
|
||||
serverConnections.
|
||||
|
||||
Component protocol is defined in XEP-114 (https://xmpp.org/extensions/xep-0114.html).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user