Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メッセージ のデフォルト サイズが1 MB であることを理解しています。制限を再構成する方法はありますか。
この問題に関するヘルプをいただければ幸いです。 ありがとう
Openfire で "xmpp.parser.buffer.size" プロパティを設定する必要があります (バイト単位)。デフォルト値は確かに 1MB です。
(GIT コード):
private static final String MAX_PROPERTY_NAME = "xmpp.parser.buffer.size"; maxBufferSize = JiveGlobals.getIntProperty(MAX_PROPERTY_NAME, 1048576);