-
Link Mauve
“17:41:44 Zash> I can't remember seeing an actual password-protected MUC”, I once was on an IRC channel that was password-protected, biboumi handled that transparently for me.
-
Zash
Once upon a dream?
-
jonas’
I know people who use biboumi with password-protected IRC channels right now
-
edhelas
So it's a thing
-
MattJ
I think trying to remove it from the protocol this way is a bad idea
-
MattJ
Remove it from the UI, sure
-
Zash
Who's removing it from the protocol?
-
MattJ
Bookmarks 2
-
MattJ
Is purposely pretending passwords don't exist
-
Zash
Would it be okay for it to be an extension?
-
MattJ
That was proposed on the list
-
MattJ
And it became a discussion about whether clients should be expected to preserve extensions they don't understand when modifying items
-
Zash
Yeah, that's the part that I found
-
Ge0rG
Which doesn't work with how most xml parsers work
-
flow
Preserving extensions you do not know raises just the bar for implementations, and, probably depending on the parser, is not trivial to implement reliable for every corner case
-
flow
e.g. the XmlPullParser in Smack has an XML_ROUND_TRIP feature which makes it easy, but it is not available everywhere
-
Ge0rG
There are complaints in my adb log about a feature missing in XmlPullParser...