Skip to content

Commit

Permalink
[presence_dfks] fix XML namespace URL
Browse files Browse the repository at this point in the history
(cherry picked from commit 012587e)
  • Loading branch information
bogdan-iancu committed Jan 19, 2024
1 parent 2cf7031 commit 1a280ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/presence_dfks/presence_dfks.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#define MULTIPART_BOUNDARY_END_LEN (sizeof(MULTIPART_BOUNDARY_END)-1)

#define XML_VERSION_STR "1.0"
#define DFKS_NS_STR "http://www.ecmainternational.org/standards/ecma-323/csta/ed3"
#define DFKS_NS_STR "http://www.ecma-international.org/standards/ecma-323/csta/ed3"
#define XML_ENC "ISO-8859-1"

#define DEVICE_NODE_NAME "device"
Expand Down

0 comments on commit 1a280ce

Please sign in to comment.