New Mobile browsers

Akom <[email protected]> Sun, 28 Dec 2003 12:20:37 -0500
Newsgroups gmane.comp.horde.mimp
Message-ID <20031228122037.2ooowkwskcw4gw4w@localhost>
The following adds support for Xiino and its older variant Palmscape.
The values are my best guess but they work well enough for mimp.

Index: lib/Browser.php
===================================================================
RCS file: /repository/horde/lib/Browser.php,v
retrieving revision 1.112
diff -r1.112 Browser.php
395a396,406
>             } elseif (strstr($this->_agent, 'Xiino/') ) {
>                 $this->setBrowser('xiino');
>                 $this->setFeature('hdml');
>                 $this->setFeature('wml');
>                 $this->_mobile = true;
>             } elseif (strstr($this->_agent, 'Palmscape/') ) {
>                 $this->setBrowser('palmscape');
>                 $this->setFeature('javascript', false);
>                 $this->setFeature('hdml');
>                 $this->setFeature('wml');
>                 $this->_mobile = true;

-- 
mimp mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]