PaulFreund / Chat

Chat - A Windows 8 XMPP Messenger
MIT License
39 stars 26 forks source link

Chat requires a server/ip on XMPP #5

Open JasonRivers opened 10 years ago

JasonRivers commented 10 years ago

Chat requires a server/IP to be entered to an account, this should be taken from the domain in the user field eg user@[domain.com] - and do an SRV lookup. this is important for multi-node XMPP set ups.

PaulFreund commented 10 years ago

I understand your problem with this, unfortunately the last time I tried I was unable to get the DNS records without a big amount of work. Currently I only do maintenance for Chat because I don't have enough time to implement new features. Also the right place for this issue would be https://github.com/PaulFreund/xmpp from an implementation point of view.