/rawxml command does not allow sending of multiple stanzas
When attempting to send multiple concatenated stanzas with
/rawxml <message to='some@jid' type='chat'><body>This message is chat</body></message>
<message to='some@jid' type='groupchat'><body>This message is groupchat</body></message>
<message to='some@jid' type='headline'><body>This message is headline</body></message>
<message to='some@jid' type='normal'><body>This message is normal</body></message>
poezio will stacktrace:
Traceback (most recent call last):
File "/usr/src/poezio/poezio/core/commands.py", line 883, in rawxml
stanza = StanzaBase(self.core.xmpp, xml=ET.fromstring(stanza))
File "/usr/lib/python3.5/xml/etree/ElementTree.py", line 1344, in XML
parser.feed(text)
File "<string>", line None
xml.etree.ElementTree.ParseError: junk after document element: line 2, column 0
This also happens when concatenating the stanzas into a single line.
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information