Serialization: Add automatic text serialization #20

Open
opened 2024-11-25 19:38:58 +00:00 by Ivan-lis · 0 comments
Member

Currently only attributes and nodes are supported.

Example xml with text:

<iq type='result' id='1'>
    <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
        <jid>test1@localhost/160273414407561002172434</jid>
    </bind>
</iq>
Currently only attributes and nodes are supported. Example xml with text: ```xml <iq type='result' id='1'> <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'> <jid>test1@localhost/160273414407561002172434</jid> </bind> </iq> ```
Ivan-lis added this to the Main project 2024-11-25 19:38:58 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Larra/larra#20
No description provided.