When receiving presence, the XML is converted to JSON. In the process, Strophe.getText is used, which calls its xmlescape utility function. This is not desired as the raw value is desired, especially for display name. Note: this issue only affects presence as it is the only place that call the helper packet2JSON, which is the only place that calls Strophe.getText.master
|
||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
33 | 36 |
|
34 | 37 |
|
35 | 38 |
|