Ticket #134 (new defect)
Opened 5 years ago
Adding jid with spaces
| Reported by: | dbcm | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future |
| Component: | Misc | Version: | version 0.8 |
| Keywords: | Cc: |
Description
when trying to add a jid with spaces, this is what the .app sends to the server.
<iq type="set" id="ab28a" > <query xmlns="jabber:iq:roster"> <item name="asd" jid="" /> </query> </iq>
<presence type="subscribe" to="" > <nick xmlns=" http://jabber.org/protocol/nick">Delfim Machado</nick> </presence>
<iq from=" dbcm@sapo.pt/yakul" type="result" to=" dbcm@sapo.pt/yakul" id="ab28a" />
Since this does not gives and error, the jid stays in the roster, only in the client side.
Note: See
TracTickets for help on using
tickets.