Might one be able to use jabber.org for xmpp resources in drupal?
I'd love to do that. :-)
I just read through the following article. Is all this complication really necessary? At some point there is mention of this solution being not very secure. Hmm, that does not inspire confidence.
Surely there is a better way?
http://www.dueyesterday.net/node/36?page=4
I've done a little apache configuration but even the first instruction has me lost.
"Edit your main site file and include the following information inside of a location block:"
What is the "main site file" and "location block"?
"...add the following within our Apache configuration:" where, what file, what section of the file?
3, how / where do i enable those modules?
Then a "custom patch" boggle
I've used linux at home for 4.5 yrs and have had a linode for 2+ yrs. I'm not really experienced but I'm not a total beginner.

Comments
Same here
I have trouble following this tutorial as well.
I'm trying to authenticate user against the Drupal DB. I managed to get that far and can log in from Pidgin as a Drupal user.
No such luck from the XMPP chat client that comes with the XMPP Framework though.
Partial Solution
I managed to have some successful XMPP sessions with one user on Drupal and one user on Pidgin by partly following the aforementioned guide.
What I did differently:
ProxyRequests OnProxyPass /http-bind/ http://127.0.0.1:7070/http-bind/
Contrary to the guide, what I actually needed was a proxy setting, not a redirect.
Known limitations:
Hope this may prove of some use to someone. Due to the extent of configuration necessary I opted for a commercial chat plugin for a client that needed it. I may revisit the XMPP Framework in the future.