navinseshadri / iksemel

Automatically exported from code.google.com/p/iksemel
GNU Lesser General Public License v2.1
0 stars 0 forks source link

DNS SRV support #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It seems I would need to implement the SRV standards myself if I use 
iksemel? :/ 

Original issue reported on code.google.com by l...@dashjr.org on 14 Jan 2008 at 11:31

GoogleCodeExporter commented 9 years ago
maybe http://code.google.com/p/iksemel/issues/detail?id=11 is relevant

Original comment by taa...@gmail.com on 7 Jun 2010 at 1:33

GoogleCodeExporter commented 9 years ago
Yes, providing an example that probes SRV records and then uses iks_connect_via 
would be vary helpful.  I'm not sure how users would want stuff like this 
implemented, it's hard to write an API that has many entry-points at different 
abstraction levels.

It's simpler to just provide common code snippets instead of having an 
iks_connect_srv call that would do this...  However if later a bug/security 
issue is found in this code copied then it can be a big problem.

Original comment by che...@mikemestnik.net on 10 Jun 2012 at 7:04