Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
Koterpillar #1
Member since May 2007 · 32 posts · Location: Russia
Group memberships: Members
Show profile · Link to this post
Subject: XEP-0184 namespace wrong
There's a mistake in Uri.cs:
  1.         // XEP-0184: Message Receipts
  2.         /// <summary>
  3.         /// http://www.xmpp.org/extensions/xep-0184.html#ns
  4.         /// </summary>
  5.         public const string MSG_RECEIPT         = "http://www.xmpp.org/extensions/xep-0184.html#ns";
According to the above-mentioned link, it should be:
  1.         // XEP-0184: Message Receipts
  2.         /// <summary>
  3.         /// http://www.xmpp.org/extensions/xep-0184.html#ns
  4.         /// </summary>
  5.         public const string MSG_RECEIPT         = "urn:xmpp:receipts";
nebohodimo IM developer
Avatar
Alex #2
Member since Feb 2003 · 4447 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Hello,

the namespace was correct but changed with the latest version of the XEP.
This is the problem with XEP's which are not in Draft state.

I will update the code and commit it to SVN as soon as possible.

Alex
Avatar
Alex #3
Member since Feb 2003 · 4447 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
updated code is in svn.

Alex
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS