ult | when i start wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf which contains only ctrl_iface it goes CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=0 like crazy | 00:03 |
---|---|---|
*** xes has quit IRC | 00:04 | |
DocScrutinizer05 | ult: what's the use of having two parallel internet interfaces when you don't set up according routes? | 00:06 |
Sicelo | +1 :) | 00:06 |
Sicelo | you didn't explain what you need 2 iface up | 00:07 |
Sicelo | *why | 00:07 |
ult | custom rt_table could be put in place, ip rules configured to route certain traffic via gprs while other stuff through ap | 00:07 |
DocScrutinizer05 | ((is it hardcoded in wlancond to treat wlan and gprs as mutually exclusive?)) that's "hardcoded" into the way internet connectivity works | 00:08 |
DocScrutinizer05 | I think what you want to look into is dnsmasq | 00:09 |
ult | no way, multiple default routes via multiple ifaces are possible. what's the connection to dnsmasq? | 00:09 |
DocScrutinizer05 | look into it and you'll see | 00:10 |
DocScrutinizer05 | icd2, dnsmasq, wlancond | 00:10 |
ult | "per interface forwarders" is what i've seen, am i missing smth? | 00:10 |
*** L29Ah has left #maemo | 00:14 | |
DocScrutinizer05 | http://paste.opensuse.org/17098343 | 00:14 |
DocScrutinizer05 | >>The dnsmasq DHCP server supports static address assignments and multiple networks.<< | 00:16 |
ult | elaborate a bit. there's no problem in having it manage several interfaces at once. my goal is to pinpoint the script which brings down one iface when other comes up. IF it's done by script and not some logic inside something which is closed source. | 00:22 |
DocScrutinizer05 | https://talk.maemo.org/showthread.php?t=96108 | 00:25 |
DocScrutinizer05 | ICD = Internet Connection Deamon | 00:26 |
DocScrutinizer05 | >>To be honest I recommend avoiding ICD like the plague since most of it seems to come from symbian...<< | 00:27 |
DocScrutinizer05 | http://maemo.org/api_refs/5.0/beta/icd2/group__dbus__api.html | 00:28 |
Sicelo | DocScrutinizer05: do we have easy way to control gprs0 on N900? | 00:29 |
DocScrutinizer05 | dunno | 00:29 |
DocScrutinizer05 | tbh I never looked into it | 00:29 |
DocScrutinizer05 | http://maemo.org/api_refs/5.0/beta/icd2/group__srv__provider__api.html | 00:30 |
DocScrutinizer05 | http://maemo.org/api_refs/5.0/beta/icd2/group__network__module__api.html | 00:32 |
DocScrutinizer05 | http://wiki.maemo.org/N900_dbus | 00:35 |
*** L29Ah has joined #maemo | 00:39 | |
*** L29Ah has left #maemo | 00:39 | |
*** L29Ah has joined #maemo | 00:44 | |
ult | ALOT of info, thx. any idea how to discover what exactly brings device down? strace wlancond - megs of garbage. gdb breakpoint on some syscall? any other way to install hook on event? | 00:47 |
DocScrutinizer05 | /etc/init.d/network /etc/dnsmasq.conf | 00:50 |
DocScrutinizer05 | oops sorry | 00:50 |
DocScrutinizer05 | /etc/init.d/networking | 00:51 |
DocScrutinizer05 | seems /sbin/ifup is basically what you want to look into | 00:54 |
DocScrutinizer05 | though it's entangled with ICD(") | 00:54 |
DocScrutinizer05 | 2 even | 00:54 |
DocScrutinizer05 | obviously a connection gets enabled and marshalled to sustem only when DHCP succeeded | 00:55 |
DocScrutinizer05 | system* | 00:55 |
DocScrutinizer05 | tgus dnsmasq is also entangled | 00:55 |
DocScrutinizer05 | I even think dnsmasq is the last element in that chain, that finally sets up the route and gives the OK to use the IF | 00:56 |
*** at1as has quit IRC | 00:56 | |
Sicelo | someone must send AT commands to the modem in the case of gprs0. who is that? i guess ICD? | 00:57 |
DocScrutinizer05 | libicd2 libisi dunno | 00:58 |
*** bredebid has quit IRC | 00:59 | |
DocScrutinizer05 | I'm not even sure it tears down the PDP_context | 00:59 |
ult | dnsmasq serves as dns forwarder and cached reply relay, plus dhcp server. but in both cases with gprs and wlan in STA mode we're on the client side. what dnsmasq has to do with connection completion in this scenario, i'd rather assume that udcpd is involved, no? | 01:00 |
DocScrutinizer05 | ask frals, he might know details | 01:00 |
DocScrutinizer05 | a ps will enlighten you | 01:01 |
Sicelo | udhcpc is what our dhcp client. dnsmasq is our dns server | 01:01 |
DocScrutinizer05 | root 31334 0.0 0.2 1628 576 ? S Apr28 0:00 /sbin/udhcpc -i wlan0 -s /etc/udhcpc/libicd_network_ipv4.script -H IroN900 -f -R 15 | 01:02 |
Sicelo | dnsmasq is not used as dhcp server on maemo's default config. of course the ability is there and you can use it for yourself | 01:02 |
DocScrutinizer05 | IroN900:~# cat /etc/udhcpc/libicd_network_ipv4.script | 01:03 |
DocScrutinizer05 | #!/bin/sh | 01:03 |
DocScrutinizer05 | # Place your script to /etc/maemo-dhcp.d directory so that it gets run. | 01:03 |
DocScrutinizer05 | run-parts -a "$1" /etc/maemo-dhcp.d | 01:03 |
DocScrutinizer05 | less /etc/maemo-dhcp.d/50_ipv4_network_setup | 01:04 |
*** trumee has quit IRC | 01:04 | |
*** githogori has joined #maemo | 01:05 | |
*** Mek has quit IRC | 01:05 | |
*** amospalla has quit IRC | 01:05 | |
DocScrutinizer05 | /usr/bin/dbus-send \ --system \ --dest=com.nokia.icd \ /com/nokia/icd/autoconf \ com.nokia.icd.autoconf.autoconf_changed \ string:$interface string:DHCP string:CONNECTED | 01:05 |
*** Trizt has quit IRC | 01:07 | |
*** till has quit IRC | 01:07 | |
Sicelo | i wonder if that dbus cmd is what i'm missing in my wpa_supplicant string .. i have dummy network, and all applications 'see' the connection. pidgin does not however. it still works, but it keeps showing "waiting for connection" | 01:08 |
*** Trizt has joined #maemo | 01:08 | |
DocScrutinizer05 | system informs maemo aps about connectivity status | 01:08 |
Sicelo | will try it tomorrow at work (which is the only place i need wpa_supplicant .. stupid windows-based radius network) | 01:08 |
DocScrutinizer05 | ~usb-networking | 01:09 |
infobot | [usb-networking] http://wiki.maemo.org/USB_networking, or http://wiki.maemo.org/N900_USB_networking, or http://wiki.maemo.org/User:Joerg_rw/usb-networking | 01:09 |
*** amospalla has joined #maemo | 01:09 | |
Sicelo | i have all that :) | 01:09 |
Sicelo | and works perfectly for all applications, except pidgin | 01:10 |
*** vakkov has quit IRC | 01:11 | |
*** till has joined #maemo | 01:12 | |
DocScrutinizer05 | hmmm | 01:13 |
DocScrutinizer05 | does pidgin need to authenticate anew? | 01:13 |
DocScrutinizer05 | I mean, for all my IRC clients they need to log in again after internet connection got changed | 01:14 |
DocScrutinizer05 | not only on maemo | 01:14 |
DocScrutinizer05 | ult: sorry I was a tad grumpy, I'm hungry and tired. Actually this whole internet connection stuff on maemo is a maze and a mess | 01:17 |
DocScrutinizer05 | I got no real clue either | 01:17 |
DocScrutinizer05 | what I can tell you is a maybe interesting observation that trying to switch from GPRS to WLAN doesn't break the connection until WLAN actually provided a DHCP lease | 01:19 |
DocScrutinizer05 | if it doesn't, the connection try will get aborted and user gets a requester "failed! try again?" | 01:19 |
DocScrutinizer05 | during all that the GPRS connection happily works on | 01:20 |
*** vakkov has joined #maemo | 01:25 | |
*** RedW has quit IRC | 01:25 | |
Sicelo | yes .. i like that particular feature. saves you getting disconnected into a bad network :) | 01:25 |
Sicelo | indeed, the NITs are meant for always-on connectivity | 01:26 |
DocScrutinizer05 | unrelated: half a day of IroN900 idling, as seen by router http://wstaw.org/m/2016/04/29/plasma-desktopxb2219.png | 01:26 |
*** florian has quit IRC | 01:27 | |
Sicelo | nice router | 01:27 |
DocScrutinizer05 | indeed | 01:27 |
DocScrutinizer05 | ubiquiti | 01:27 |
DocScrutinizer05 | great | 01:28 |
ult | tried to enclose/etc/maemo-dhcp.d/50_ipv4_network_setup deconfig) section in { if [ "$interface" != "gprs0" ]; then} but to no avial. but with added {echo "$(date) $interface" >> /tmp/2} before the condition check it looks like wlan gets deconfigured even when you're changing connection from gprs to wlan...weird | 01:28 |
*** RedW has joined #maemo | 01:29 | |
DocScrutinizer05 | well, tear it down just in case user messed with it meanwhile ;-) | 01:29 |
DocScrutinizer05 | you quite easily could just use wifieye despite not being connected to an AP and rather using GPRS | 01:30 |
DocScrutinizer05 | in that case _obviously_ WLAN is active, but somewhat incorrectly configured | 01:31 |
*** lobito has joined #maemo | 01:31 | |
DocScrutinizer05 | and maybe that's just what you want to do: disallow "automatic switching to WLAN when available" in settings, then absolutely normally bring up WLAN and connect and add a route | 01:32 |
DocScrutinizer05 | I guess it's a nightmare to teach ICD2 that trick to keep 2 concurrent connections active | 01:33 |
DocScrutinizer05 | so best and simlest thing is to not tell "maemo" aka ICD2 / wlancond etc pp about any AP it's allowed to connect to | 01:34 |
*** RedM has joined #maemo | 01:34 | |
DocScrutinizer05 | then connect "manually" like on any other linux system | 01:34 |
*** RedW has quit IRC | 01:34 | |
DocScrutinizer05 | see wifieye for a prolly helpful example how to bring up and tear down WLAN | 01:35 |
DocScrutinizer05 | though wifieye only does scans, connecting to an AP can't be significantly more complicated | 01:36 |
ult | "auto switch to wifi" doesn't provide a way to have both gprs and wlan simultaneously up. connect manually - do you mean via wpa_supplicant? | 01:38 |
*** Cor-Ai has quit IRC | 01:41 | |
*** florian has joined #maemo | 01:41 | |
*** xes has joined #maemo | 01:43 | |
DocScrutinizer05 | http://processors.wiki.ti.com/index.php/WL127x_WLAN_API_Information#mac802.11_Basics | 01:45 |
DocScrutinizer05 | >>"auto switch to wifi" doesn't provide a way to have both gprs and wlan simultaneously up<< is *exactly* what I said | 01:46 |
*** Cor-Ai has joined #maemo | 01:46 | |
ult | "auto switch to wifi disabled" doesn't seem to do the trick either | 01:47 |
ult | but wpa_supplicant succeded in connection to AP while gprs0 was ( and remained) active, provided it had needed network descr block in conf. all that is left is to automate the process of doing it with 1 command | 01:51 |
*** zap has quit IRC | 01:56 | |
* DocScrutinizer05 waves | 01:58 | |
*** florian has quit IRC | 01:59 | |
DocScrutinizer05 | glad to hear my suggestion worked for you | 02:00 |
*** salamisami has quit IRC | 02:03 | |
*** Pali has quit IRC | 02:03 | |
*** trumee has joined #maemo | 02:20 | |
*** trumee has quit IRC | 02:21 | |
*** Mek has joined #maemo | 02:24 | |
*** ult has quit IRC | 03:09 | |
*** andril has joined #maemo | 03:22 | |
*** at1as has joined #maemo | 03:24 | |
*** vakkov has quit IRC | 03:29 | |
*** lobito has quit IRC | 03:56 | |
*** lobito has joined #maemo | 03:56 | |
*** vakkov has joined #maemo | 03:58 | |
*** trumee has joined #maemo | 03:59 | |
*** vakkov has quit IRC | 04:04 | |
*** eMHa__ has joined #maemo | 04:12 | |
*** lobito has quit IRC | 04:13 | |
*** eMHa_ has quit IRC | 04:15 | |
*** zZap-X has quit IRC | 04:18 | |
*** zZap-X has joined #maemo | 04:18 | |
*** lobito has joined #maemo | 04:21 | |
*** SmilyOrg has quit IRC | 04:30 | |
*** robotanarchy_ has joined #maemo | 04:42 | |
*** Smily has joined #maemo | 04:43 | |
*** robotanarchy has quit IRC | 04:46 | |
*** Defiant has quit IRC | 04:55 | |
*** Defiant has joined #maemo | 04:59 | |
*** lxp1 has joined #maemo | 06:02 | |
*** at1as has quit IRC | 06:02 | |
*** DocScrutinizer05 has quit IRC | 06:03 | |
*** DocScrutinizer05 has joined #maemo | 06:03 | |
*** lxp has quit IRC | 06:04 | |
*** pagurus` has joined #maemo | 06:38 | |
*** pagurus has quit IRC | 06:38 | |
*** pagurus` has quit IRC | 06:39 | |
*** pagurus` has joined #maemo | 06:39 | |
*** Humpelstilzchen has joined #maemo | 08:19 | |
*** Vajb has quit IRC | 08:21 | |
*** Defiant has quit IRC | 08:22 | |
*** Vajb has joined #maemo | 08:23 | |
*** script has joined #maemo | 08:26 | |
*** zamn900 has quit IRC | 08:45 | |
*** tanty_off is now known as tanty | 08:57 | |
*** Milhouse has quit IRC | 08:57 | |
*** arcean has joined #maemo | 08:57 | |
*** Milhouse has joined #maemo | 09:11 | |
*** vahe has joined #maemo | 09:12 | |
*** florian has joined #maemo | 09:19 | |
*** vahe has quit IRC | 09:22 | |
*** florian has quit IRC | 09:30 | |
*** hellekin has quit IRC | 09:51 | |
*** hellekin has joined #maemo | 09:52 | |
*** vahe has joined #maemo | 09:57 | |
*** hellekin has quit IRC | 10:04 | |
*** florian has joined #maemo | 10:11 | |
*** vahe has quit IRC | 10:11 | |
*** zamn900 has joined #maemo | 10:35 | |
*** zamn900 has joined #maemo | 10:35 | |
zamn900 | is there some refreshing new about yappari | 10:36 |
zamn900 | in any case good morning heroes | 10:37 |
zamn900 | especially to you ceene | 10:37 |
zamn900 | and don't get nasty and blown of mind like mr.robot | 10:38 |
*** useretail has quit IRC | 10:40 | |
*** zap has joined #maemo | 10:44 | |
zamn900 | too soon? you all nasty boys | 10:52 |
*** vahe1 has joined #maemo | 10:54 | |
zamn900 | I am not whatsapp addicted... I am NOT! | 11:01 |
zamn900 | I am not using irc chat instead of whatsapp/yappri | 11:02 |
zamn900 | I am NOT! | 11:02 |
*** ult has joined #maemo | 11:08 | |
zamn900 | ult did you solve it with dnsmasq? | 11:20 |
zamn900 | are you russian? | 11:20 |
zamn900 | I am no squirrelling | 11:21 |
zamn900 | I am NOT! | 11:21 |
*** salamisami has joined #maemo | 11:30 | |
*** hellekin has joined #maemo | 11:31 | |
zZap-X | ive had enough of whatsapp, whatsapp-purple banned one of my numbers for no reason | 11:41 |
zZap-X | fuck facebook, fuck suckerberg and fuck whatsapp | 11:41 |
zZap-X | why bother trying to support closed protocol piece of shit | 11:42 |
zZap-X | its a pity, yaparri is the only decent looking chat gui on the N900 apart from SMS | 11:43 |
zZap-X | there is a 32-bit version of telegram client for linux https://tdesktop.com/linux32 i wonder if that will compile on N900? | 11:46 |
zZap-X | somebody has already started one https://dl.dropboxusercontent.com/u/11747350/TelegramN900.tar.gz | 11:47 |
zZap-X | or maybe jabber/xmpp | 11:52 |
*** jskarvad has joined #maemo | 11:53 | |
zamn900 | what? | 12:01 |
zamn900 | you foooool | 12:01 |
*** bredebid has joined #maemo | 12:18 | |
zamn900 | I don't get whyyyyyyyyyyyyyyyyyyyyyy | 12:26 |
*** hellekin has quit IRC | 12:28 | |
*** Ex-Opesa has quit IRC | 12:30 | |
*** Ex-Opesa has joined #maemo | 12:30 | |
zamn900 | I am not delusional and delirious... this is not | 12:33 |
kerio | rip numbas | 12:33 |
zamn900 | infobot, don't say a thing | 12:34 |
zamn900 | all will be fixed | 12:34 |
zamn900 | everything is going to be fine... | 12:41 |
* zamn900 pats his own back | 12:41 | |
*** zGrr has joined #maemo | 12:42 | |
*** zamn900 has quit IRC | 12:54 | |
*** hellekin has joined #maemo | 13:06 | |
*** lobito has quit IRC | 13:38 | |
*** xes has quit IRC | 13:40 | |
*** salamisami has quit IRC | 13:42 | |
*** xes has joined #maemo | 13:42 | |
zGrr | moin :) | 14:02 |
APic | B-) | 14:03 |
*** salamisami has joined #maemo | 14:07 | |
*** useretail has joined #maemo | 14:07 | |
*** L29Ah has left #maemo | 14:25 | |
*** L29Ah has joined #maemo | 14:33 | |
*** L29Ah has left #maemo | 14:33 | |
*** L29Ah has joined #maemo | 14:34 | |
*** L29Ah has left #maemo | 14:34 | |
*** L29Ah has joined #maemo | 14:35 | |
*** salamisami has quit IRC | 14:54 | |
*** salamisami has joined #maemo | 14:59 | |
*** zGrr has quit IRC | 15:06 | |
*** zGrr has joined #maemo | 15:08 | |
*** salamisami has quit IRC | 15:16 | |
*** Maxdamantus has quit IRC | 15:25 | |
*** Maxdamantus has joined #maemo | 15:25 | |
*** ecloud has joined #maemo | 15:34 | |
*** Maxdamantus has quit IRC | 15:48 | |
*** Maxdamantus has joined #maemo | 15:48 | |
*** at1as has joined #maemo | 15:56 | |
*** zamn900 has joined #maemo | 16:00 | |
*** zamn900 has joined #maemo | 16:00 | |
zamn900 | hellooooo | 16:01 |
*** KotCzarny has quit IRC | 16:03 | |
*** KotCzarny has joined #maemo | 16:14 | |
*** Maxdamantus has quit IRC | 16:20 | |
*** Maxdamantus has joined #maemo | 16:20 | |
*** arcean has quit IRC | 16:38 | |
*** RedW has joined #maemo | 16:49 | |
*** RedM has quit IRC | 16:49 | |
*** ecloud has joined #maemo | 17:00 | |
*** lobito has joined #maemo | 17:22 | |
*** ecloud has quit IRC | 17:23 | |
*** ecloud has joined #maemo | 17:23 | |
*** h_ll_k_n has joined #maemo | 17:28 | |
*** pcfe` has joined #maemo | 17:31 | |
*** pcfe` has quit IRC | 17:31 | |
*** pcfe` has joined #maemo | 17:31 | |
*** L29Ah has quit IRC | 17:33 | |
*** hellekin has quit IRC | 17:33 | |
*** zap has quit IRC | 17:33 | |
*** amospalla has quit IRC | 17:33 | |
*** Trizt has quit IRC | 17:33 | |
*** fk_lx has quit IRC | 17:33 | |
*** realitygaps has quit IRC | 17:33 | |
*** timeless has quit IRC | 17:33 | |
*** pcfe has quit IRC | 17:33 | |
*** LauRoman has quit IRC | 17:33 | |
*** freemangordon has quit IRC | 17:33 | |
*** kraft has quit IRC | 17:33 | |
*** sixwheeledbeast has quit IRC | 17:33 | |
*** ecloud has quit IRC | 17:34 | |
*** L29Ah has joined #maemo | 17:37 | |
*** zap has joined #maemo | 17:37 | |
*** Trizt has joined #maemo | 17:37 | |
*** fk_lx has joined #maemo | 17:37 | |
*** LauRoman has joined #maemo | 17:37 | |
*** freemangordon has joined #maemo | 17:37 | |
*** kraft has joined #maemo | 17:37 | |
*** sixwheeledbeast has joined #maemo | 17:37 | |
*** amospalla has joined #maemo | 17:37 | |
*** h_ll_k_n is now known as hellekin | 17:37 | |
*** kraft has quit IRC | 17:37 | |
*** kraft has joined #maemo | 17:38 | |
*** realitygaps has joined #maemo | 17:38 | |
*** timeless has joined #maemo | 17:45 | |
*** jake42 has quit IRC | 17:45 | |
*** jake42 has joined #maemo | 17:45 | |
*** troulouliou_div2 has joined #maemo | 18:01 | |
*** shentey has joined #maemo | 18:12 | |
zZap-X | ive come to the conclusion, instead of using big company chat protocols, why not build your own? | 18:21 |
zZap-X | i could run this on my server https://prosody.im/ | 18:21 |
zZap-X | android devices could connect with https://www.xabber.com/ | 18:21 |
zZap-X | and n900 can connect with build in jabber | 18:21 |
zZap-X | even WhatsApp uses its own version of XMPP | 18:23 |
zZap-X | and Google Talk | 18:23 |
zZap-X | and i think Facebook chat does too | 18:23 |
Sicelo | and who will use your own chat protocol? :) | 18:24 |
zZap-X | all 3 of my friends :) | 18:25 |
Sicelo | you're lucky | 18:25 |
zZap-X | I will even get my Mum to download a XMPP client for her crappy windows phone | 18:26 |
zZap-X | if i can get my friends to download decent XMPP clients, there will be no problems :D | 18:27 |
zZap-X | another solution is to run a IRC server, but the smartphone IRC clients don't look very nice | 18:30 |
*** Pali has joined #maemo | 18:39 | |
*** florian has quit IRC | 18:50 | |
*** vakkov has joined #maemo | 19:05 | |
*** krnlyng has quit IRC | 19:29 | |
kerio | jabber is maybe kinda sorta decentralized | 19:38 |
kerio | pretty much like email | 19:38 |
kerio | and ejabberd > prosody | 19:39 |
*** vakkov has quit IRC | 19:40 | |
*** vakkov has joined #maemo | 19:40 | |
zamn900 | I hate you all | 19:41 |
* zamn900 isterically crying | 19:41 | |
*** krnlyng has joined #maemo | 19:43 | |
*** troulouliou_div2 has quit IRC | 19:49 | |
zZap-X | does maemo jabber client support group chats? | 19:50 |
*** tanty is now known as tanty_off | 19:51 | |
*** shentey has quit IRC | 19:59 | |
zamn900 | I just hate you | 20:12 |
*** futpib_ has joined #maemo | 20:12 | |
*** robotanarchy_ has quit IRC | 20:15 | |
Pali | zZap-X: yes, maemo supports jabber group chats | 20:17 |
*** at1as has quit IRC | 20:20 | |
zZap-X | awesome | 20:24 |
zZap-X | problem solved. | 20:24 |
zZap-X | XMPP can do a lot more than WhatsApp with the right extensions :D | 20:25 |
parazyd | kerio: why ejabberd > prosody? | 20:28 |
*** salamisami has joined #maemo | 20:29 | |
kerio | always felt much more comfortable with ejabberd | 20:29 |
parazyd | i see. just wondering because for me it's been the other way around | 20:30 |
*** florian has joined #maemo | 20:39 | |
zZap-X | ejabberd looks a bit too bloated for my requirements | 20:44 |
*** vahe1 has quit IRC | 20:44 | |
zZap-X | no need for web admin panel | 20:44 |
*** vahe1 has joined #maemo | 20:45 | |
zZap-X | even mac os x Messages client supports XMPP | 20:45 |
kerio | doesn't prosody also have a web interface? | 20:47 |
parazyd | i think not | 20:47 |
*** jskarvad has quit IRC | 20:49 | |
*** xelo has joined #maemo | 20:49 | |
zZap-X | i dont think so | 20:50 |
zZap-X | the N900 lives on :D | 20:50 |
kerio | oh it's a loadable module | 20:50 |
*** vahe1 has quit IRC | 20:50 | |
zZap-X | bitlbee, N900, IOS, Android, Windows, Linux, BSD all have decent XMPP clients | 20:52 |
parazyd | kerio: what's it called? i don't remeber it | 20:52 |
zZap-X | suckerberg eat your heart out | 20:54 |
DocScrutinizer05 | https://files.devuan.org/devuan_jessie_1.0.0-beta.torrent | 20:55 |
parazyd | bitlbee ftw | 20:57 |
kerio | >using linux in $current_year | 20:57 |
DocScrutinizer05 | https://devuan.org | 20:58 |
parazyd | :3 | 20:58 |
zamn900 | I think you are all mistaken to substitute the entire whatsapp thing with some xmpp | 21:49 |
zamn900 | not possible and just a waste of time | 21:50 |
*** zamn900 has quit IRC | 21:50 | |
*** zamn900 has joined #maemo | 21:50 | |
*** zamn900 has joined #maemo | 21:50 | |
zZap-X | zamn900: why is it not possible? | 22:02 |
zZap-X | it makes sense if you own a N900 | 22:02 |
zZap-X | i got a little green circle in the status bar now | 22:02 |
zamn900 | no... it's impossible to have double and triple flagchecks like in whatsapp... to have photo,video,speech sharing like that... | 22:07 |
*** ced117 has quit IRC | 22:20 | |
*** bredebid has quit IRC | 22:30 | |
*** N-Mi has quit IRC | 22:34 | |
*** at1as has joined #maemo | 22:35 | |
*** futpib_ has quit IRC | 23:21 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!