Hi Everybody,
In relation to jabber support for DotGNU , it has been found that
we really need some *real* support for Jabber in Portable.Net . So we're
thinking about implementing a Jabber# library for it.
After giving much thought to how to implement Jabber I have a plan
about how to about it. The System.Net.WebRequest should be extended to
form a DotGNU.Net.JabberWebRequest like the System.Net.HttpWebRequest.
The DotGNU namespace should contain all the "innovations" we make.
It is also possible that someone from Jabber.Net already has such an
implementation of the Jabber protocol , so I've mailed the Alpha Geek
Joe HildeBrand <address@hidden> asking about the details on their
work. If that project may provide a Jabber.Client.dll (or someother
stuff) , we may be able to abstract out the details in that .
Until the System.Xml is finished (or usable) we will have to write code
with our eyes closed. Hoping that the Jabber.Net will also include
the client code stuff.