Search found 6 matches

by xommen
Sun Jun 29, 2008 10:42 pm
Forum: Adium
Topic: Latest Beta's no longer work with Hyves.nl jabber
Replies: 1
Views: 1619

Latest Beta's no longer work with Hyves.nl jabber

I'm wondering what changed to the jabber client code in the latest beta's since hyves.nl (chatslave2.hyves.org) no longer works. I reinstalled the stable version and that does work. But I would also like to use sip/simple with my SIP server and that only works with the beta. The message I get in the...
by xommen
Tue Apr 29, 2008 1:53 pm
Forum: Adium
Topic: SIP/SIMPLE not workin, any ideas on a fix?
Replies: 10
Views: 5924

Re: SIP/SIMPLE not workin, any ideas on a fix?

If I look in the log I see a 401 response to my register request and that keeps repeating, I've attached the log below, my macbook is in 192.168.2.x behind Nat to my normal wired network which is the 192.168.27.x, I've also tried connecting to my server at the office which is in 192.168.10.x and get...
by xommen
Mon Apr 28, 2008 9:07 pm
Forum: Adium
Topic: SIP/SIMPLE not workin, any ideas on a fix?
Replies: 10
Views: 5924

Re: SIP/SIMPLE not workin, any ideas on a fix?

Ok I found a way to fix the @ problem I replaced: if ([UID rangeOfString:@"@"].location != NSNotFound) { userNameWithHost = UID; } else { userNameWithHost = [UID stringByAppendingString:[self host]]; } with: if ([UID rangeOfString:@"@"].location != NSNotFound) { userNameWithHost ...
by xommen
Mon Apr 28, 2008 5:35 pm
Forum: Adium
Topic: SIP/SIMPLE not workin, any ideas on a fix?
Replies: 10
Views: 5924

Re: SIP/SIMPLE not workin, any ideas on a fix?

Ok I looked in the trac.adiumx.com and found a really old ticket that shows this also it's Ticket #5937, so it is a known issue which is not showing up in pidgin, and as I said seems to be because the wrong information is written to libpurple's accounts.xml.
by xommen
Mon Apr 28, 2008 4:52 pm
Forum: Adium
Topic: SIP/SIMPLE not workin, any ideas on a fix?
Replies: 10
Views: 5924

SIP/SIMPLE not workin, any ideas on a fix?

I'm trying to use the sip simple plugin but I am getting an error, I looked in the debug log and found that the plugin tries a register with 330192.168.10.104 @ null where it should send 330@192.168.10.104. I see that it is written incorrect in the accounts.xml of libpurple allready. I looked in the...
by xommen
Sun Apr 27, 2008 3:15 pm
Forum: Adium
Topic: SIP settings
Replies: 5
Views: 8755

Re: SIP settings

I'm trying to use the sip simple plugin but I am getting an error, I looked in the debug log and found that the plugin tries a register with 330192.168.10.104 @ null where it should send 330@192.168.10.104. I see that it is written incorrect in the accounts.xml of libpurple allready. I looked in the...